We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b02fe commit 6ef4981Copy full SHA for 6ef4981
1 file changed
rollup.config.mjs
@@ -7,7 +7,7 @@ import replace from '@rollup/plugin-replace'
7
import clear from 'rollup-plugin-clear'
8
// removed sizeSnapshot, as it is not compatible with ESM
9
import { terser } from 'rollup-plugin-terser'
10
-import pkg from './package.json' assert { type: 'json' }
+import pkg from './package.json' with { type: 'json' }
11
12
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
13
0 commit comments