We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f4947 commit 1445706Copy full SHA for 1445706
build/rollup.conf.min.js
@@ -2,7 +2,7 @@ import buble from 'rollup-plugin-buble'
2
import json from 'rollup-plugin-json'
3
import nodeResolve from 'rollup-plugin-node-resolve'
4
import strip from 'rollup-plugin-strip'
5
-import uglify from 'rollup-plugin-uglify'
+import { uglify } from 'rollup-plugin-uglify'
6
import banner from './rollup.conf.banner'
7
8
export default {
0 commit comments