Skip to content

Commit d217bf8

Browse files
author
Guillaume Chau
committed
fix: browser build
1 parent 8ff596a commit d217bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rollup.config.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import base from './rollup.config.base'
2-
import uglify from 'rollup-plugin-uglify'
2+
import { uglify } from 'rollup-plugin-uglify'
33
import { minify } from 'uglify-es'
44

55
const config = Object.assign({}, base, {

0 commit comments

Comments
 (0)