check-side-effects
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -69,2 +69,4 @@ "use strict"; | ||
terserConfig = { | ||
module: true, | ||
ecma: 6, | ||
mangle: false, | ||
@@ -86,9 +88,4 @@ output: { | ||
global_defs: globalDefs, | ||
// global_defs: { | ||
// ngDevMode: false, | ||
// }, | ||
reduce_vars: true, | ||
reduce_funcs: true, | ||
module: true, | ||
toplevel: true, | ||
evaluate: true, | ||
@@ -95,0 +92,0 @@ dead_code: true, |
{ | ||
"name": "check-side-effects", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Check if a ES module has side effects.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/filipesilva/check-side-effects", |
Sorry, the diff of this file is not supported yet
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
26248
246