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.
with
assert
1 parent 7422b15 commit 7d1db18Copy full SHA for 7d1db18
packages/router/rollup.config.mjs
@@ -6,7 +6,7 @@ import replace from '@rollup/plugin-replace'
6
import resolve from '@rollup/plugin-node-resolve'
7
import commonjs from '@rollup/plugin-commonjs'
8
import chalk from 'chalk'
9
-import pkg from './package.json' assert { type: 'json' }
+import pkg from './package.json' with { type: 'json' }
10
import terser from '@rollup/plugin-terser'
11
12
const name = pkg.name
0 commit comments