1. The prepare script does not run on windows. 2. 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 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.