Skip to content

Commit eab44b3

Browse files
authored
fix: replace import assertion with import attribute (#2342)
1 parent fb3bcc2 commit eab44b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { dirname, resolve } from 'path'
22
import { fileURLToPath } from 'url'
33

4-
import pkg from './package.json' assert { type: 'json' }
4+
import pkg from './package.json' with { type: 'json' }
55

66
import nodeResolve from '@rollup/plugin-node-resolve'
77
import commonjs from '@rollup/plugin-commonjs'

0 commit comments

Comments
 (0)