Skip to content

Commit

Permalink
ci: correct json import for node 22 (#2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Nov 21, 2024
1 parent 089d8a7 commit 99b3f99
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
Expand Up @@ -7,7 +7,7 @@ import replace from '@rollup/plugin-replace'
import clear from 'rollup-plugin-clear'
// removed sizeSnapshot, as it is not compatible with ESM
import { terser } from 'rollup-plugin-terser'
import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }

const __dirname = url.fileURLToPath(new URL('.', import.meta.url))

Expand Down

0 comments on commit 99b3f99

Please sign in to comment.