Skip to content

Commit

Permalink
fix: import default from @rollup/plugin-terser
Browse files Browse the repository at this point in the history
Version 0.1.0 exports `default`, rather than `terser`
  • Loading branch information
smoogly committed Apr 21, 2024
1 parent daf06d1 commit e82404c
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
@@ -1,4 +1,4 @@
import { terser } from '@rollup/plugin-terser'
import terser from '@rollup/plugin-terser'
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'
Expand Down

0 comments on commit e82404c

Please sign in to comment.