Skip to content

Commit

Permalink
Rollup CJS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzealot committed Mar 17, 2023
1 parent 5761266 commit 3eac7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js → rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg from './package.json'
import pkg from './package.json' assert { type: 'json' }
import json from '@rollup/plugin-json'
import commonjs from '@rollup/plugin-commonjs'

Expand Down

0 comments on commit 3eac7f8

Please sign in to comment.