Skip to content

Commit 6ef4981

Browse files
author
enterprise220
committed
ci: correct json import for node 22 (#2683)
1 parent 78b02fe commit 6ef4981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import replace from '@rollup/plugin-replace'
77
import clear from 'rollup-plugin-clear'
88
// removed sizeSnapshot, as it is not compatible with ESM
99
import { terser } from 'rollup-plugin-terser'
10-
import pkg from './package.json' assert { type: 'json' }
10+
import pkg from './package.json' with { type: 'json' }
1111

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

0 commit comments

Comments
 (0)