We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df67c9 commit a33e9fbCopy full SHA for a33e9fb
rollup.config.js
@@ -80,7 +80,7 @@ function config({ location, pkgJson }) {
80
...commonPlugins
81
];
82
if (compress) {
83
- plugins.push(minify());
+ plugins.push(minify({ sourceMap: true }));
84
file = path.join(location, "dist", "browser.min.js");
85
}
86
0 commit comments