Skip to content

Commit bf9fe53

Browse files
committed
adjust rollup config
1 parent cb017de commit bf9fe53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import terser from '@rollup/plugin-terser';
44
import modify from 'rollup-plugin-modify';
55
import ascii from 'rollup-plugin-ascii';
66
import ignore from 'rollup-plugin-ignore';
7-
import meta from '../package.json' assert { type: 'json' };
7+
import meta from '../package.json' with { type: 'json' };
88

99
const ignore_jsroot_modules = [ './base/lzma.mjs', './base/zstd.mjs', './base/zstd.mjs' ];
1010

0 commit comments

Comments
 (0)