@vidazoo/webpack-ast-traversal-plugin-core
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
@@ -13,6 +13,3 @@ const recast = require("recast") | ||
action: actionType.WARN, | ||
callExpressions: [ | ||
{identifier: "*.console.*", action: actionType.WARN}, | ||
{identifier: "*.alert.*", action: actionType.ERROR} | ||
] | ||
callExpressions: [] | ||
}, options); | ||
@@ -19,0 +16,0 @@ } |
{ | ||
"name": "@vidazoo/webpack-ast-traversal-plugin-core", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Plugin that traverse the AST of your code to find specific call expressions.", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "159bf0fcb844e8e17fe4b60b8d764ae6a8141a09" | ||
"gitHead": "b8dd9064811bd7b4fdc5bd480b07ee8a98ab4ae0" | ||
} |
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
11825
233