8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading from v5 to v6 I got an error with the build config.
I had a config with export default, but changing it with module.exports the error has disappeared.
export default
module.exports
Another error is still occurring:
Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work
And I don't know how to fix it.
The previous error before this told me to install the package @babel/preset-typescript.
@babel/preset-typescript
The issue can be seen here
To see the error run:
yarn && npx lerna bootstrap && npx lerna run build
macOS
v6
The text was updated successfully, but these errors were encountered:
Fixed in v6.0.5
Sorry, something went wrong.
GianlucaGuarini
No branches or pull requests
Help us to manage our issues by answering the following:
After upgrading from v5 to v6 I got an error with the build config.
I had a config with
export default
, but changing it withmodule.exports
the error has disappeared.Another error is still occurring:
And I don't know how to fix it.
The previous error before this told me to install the package
@babel/preset-typescript
.The issue can be seen here
To see the error run:
macOS
v6
The text was updated successfully, but these errors were encountered: