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 9a4df6e commit 3719d06Copy full SHA for 3719d06
rollup.config.js
@@ -7,7 +7,7 @@ import json from "rollup-plugin-json";
7
import license from "rollup-plugin-license";
8
import resolve from "rollup-plugin-node-resolve";
9
import replace from "rollup-plugin-replace";
10
-import uglify from "rollup-plugin-uglify";
+import { uglify } from "rollup-plugin-uglify";
11
import vue from "rollup-plugin-vue";
12
import { minify } from "uglify-es";
13
0 commit comments