Skip to content

Commit

Permalink
Fix: import terser module
Browse files Browse the repository at this point in the history
  • Loading branch information
ktquez committed Feb 25, 2020
1 parent fbe53e4 commit 9bd904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.prod.js
@@ -1,6 +1,6 @@
import buble from 'rollup-plugin-buble'
import commonjs from 'rollup-plugin-commonjs'
import terser from 'rollup-plugin-terser'
import { terser } from 'rollup-plugin-terser'
import vue from 'rollup-plugin-vue'

export default {
Expand Down

0 comments on commit 9bd904d

Please sign in to comment.