Skip to content

Commit

Permalink
fix: replace import assertion with import attribute (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored Oct 9, 2024
1 parent fb3bcc2 commit eab44b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { dirname, resolve } from 'path'
import { fileURLToPath } from 'url'

import pkg from './package.json' assert { type: 'json' }
import pkg from './package.json' with { type: 'json' }

import nodeResolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
Expand Down

0 comments on commit eab44b3

Please sign in to comment.