We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0430a commit fc5e7eaCopy full SHA for fc5e7ea
rollup.config.mjs
@@ -1,5 +1,5 @@
1
import babel from 'rollup-plugin-babel';
2
-import pkg from './package.json' assert { type: 'json' };
+import pkg from './package.json' with { type: 'json' };
3
4
export default [
5
// browser-friendly UMD build
0 commit comments