We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The prepare script does not run on windows.
After yarn install I run rollup -c which complains:
import meta from './package.json' assert { type: 'json' };
What does the assert mean ? After removing it the bundles were built.
The text was updated successfully, but these errors were encountered:
@urbanhop perhaps it's related to your version of node. See this: https://stackoverflow.com/questions/60205891/import-json-extension-in-es6-node-js-throws-an-error
node
Sorry, something went wrong.
No branches or pull requests
The prepare script does not run on windows.
After yarn install I run rollup -c which complains:
import meta from './package.json' assert { type: 'json' };
What does the assert mean ? After removing it the bundles were built.
The text was updated successfully, but these errors were encountered: