quick-methods
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "quick-methods", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,12 +37,17 @@ | ||
minimize: true, | ||
minimizer: [new TerserPlugin({ | ||
test: /\.min\.js$/i, | ||
terserOptions: { | ||
extractComments: 'all', | ||
compress: { | ||
drop_console: true, | ||
}, | ||
} | ||
})], | ||
minimizer: [ | ||
new TerserPlugin({ | ||
test: /\.min\.js$/i, | ||
cache: true, | ||
parallel: true, | ||
sourceMap: true, // Must be set to true if using source-maps in production | ||
terserOptions: { | ||
extractComments: 'all', | ||
compress: { | ||
drop_console: true, | ||
}, | ||
} | ||
})], | ||
}, | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42405
761
0