Skip to content

Commit

Permalink
fix #125 build failed on node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
xjdrew committed Dec 5, 2024
1 parent ed450e9 commit f14b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typescript from '@rollup/plugin-typescript'
import copy from 'rollup-plugin-copy'
import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }

const production = !process.env.ROLLUP_WATCH

Expand Down

0 comments on commit f14b288

Please sign in to comment.