Skip to content

Commit

Permalink
fix(build): use with instead of assert
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Aug 4, 2024
1 parent 7422b15 commit 4006a6c
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 4006a6c

Please sign in to comment.