Skip to content

Commit

Permalink
fix: browser build
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 2, 2018
1 parent 8ff596a commit d217bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rollup.config.browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import base from './rollup.config.base'
import uglify from 'rollup-plugin-uglify'
import { uglify } from 'rollup-plugin-uglify'
import { minify } from 'uglify-es'

const config = Object.assign({}, base, {
Expand Down

0 comments on commit d217bf8

Please sign in to comment.