rollup-plugin-uglify
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -10,3 +10,4 @@ const { codeFrameColumns } = require("@babel/code-frame"); | ||
const options = Object.assign({}, userOptions, { | ||
sourceMap: userOptions.sourcemap !== false | ||
sourceMap: userOptions.sourcemap !== false, | ||
sourcemap: undefined | ||
}); | ||
@@ -13,0 +14,0 @@ |
{ | ||
"name": "rollup-plugin-uglify", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Rollup plugin to minify generated bundle", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5199
42