Skip to content

Commit

Permalink
chore: use with instead of assert in rollup.mjs (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Aug 5, 2024
1 parent 7422b15 commit 7d1db18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import replace from '@rollup/plugin-replace'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
import chalk from 'chalk'
import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }
import terser from '@rollup/plugin-terser'

const name = pkg.name
Expand Down

0 comments on commit 7d1db18

Please sign in to comment.