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.
1 parent cb017de commit bf9fe53Copy full SHA for bf9fe53
build/rollup.config.js
@@ -4,7 +4,7 @@ import terser from '@rollup/plugin-terser';
4
import modify from 'rollup-plugin-modify';
5
import ascii from 'rollup-plugin-ascii';
6
import ignore from 'rollup-plugin-ignore';
7
-import meta from '../package.json' assert { type: 'json' };
+import meta from '../package.json' with { type: 'json' };
8
9
const ignore_jsroot_modules = [ './base/lzma.mjs', './base/zstd.mjs', './base/zstd.mjs' ];
10
0 commit comments