We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0394a4 commit c1c9342Copy full SHA for c1c9342
1 file changed
rollup.config.mjs
@@ -6,7 +6,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'
6
import commonjs from '@rollup/plugin-commonjs'
7
import typescript from '@rollup/plugin-typescript'
8
9
-import packageJSON from './package.json' assert { type: 'json' }
+import packageJSON from './package.json' with { type: 'json' }
10
11
const external = [
12
...Object.keys(packageJSON.dependencies),
0 commit comments