babel-plugin-transform-remove-debugger
Advanced tools
Comparing version 6.9.0 to 6.9.1
@@ -10,4 +10,5 @@ "use strict"; | ||
} | ||
} | ||
}; | ||
}; |
{ | ||
"name": "babel-plugin-transform-remove-debugger", | ||
"version": "6.9.0", | ||
"version": "6.9.1", | ||
"description": "Remove debugger statements", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -45,5 +45,5 @@ # babel-plugin-transform-remove-debugger | ||
```javascript | ||
require("babel-core").transform("code", { | ||
require("@babel/core").transform("code", { | ||
plugins: ["transform-remove-debugger"] | ||
}); | ||
``` |
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
1204