Skip to content

Commit 1445706

Browse files
committed
Update uglify plugin usage
1 parent 96f4947 commit 1445706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rollup.conf.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import buble from 'rollup-plugin-buble'
22
import json from 'rollup-plugin-json'
33
import nodeResolve from 'rollup-plugin-node-resolve'
44
import strip from 'rollup-plugin-strip'
5-
import uglify from 'rollup-plugin-uglify'
5+
import { uglify } from 'rollup-plugin-uglify'
66
import banner from './rollup.conf.banner'
77

88
export default {

0 commit comments

Comments
 (0)