Skip to content

Commit 7d1db18

Browse files
authored
chore: use with instead of assert in rollup.mjs (#2326)
1 parent 7422b15 commit 7d1db18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import replace from '@rollup/plugin-replace'
66
import resolve from '@rollup/plugin-node-resolve'
77
import commonjs from '@rollup/plugin-commonjs'
88
import chalk from 'chalk'
9-
import pkg from './package.json' assert { type: 'json' }
9+
import pkg from './package.json' with { type: 'json' }
1010
import terser from '@rollup/plugin-terser'
1111

1212
const name = pkg.name

0 commit comments

Comments
 (0)