babel-plugin-transform-iife-for-debug
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "babel-plugin-transform-iife-for-debug", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -15,4 +15,4 @@ # @babel/plugin-transform-iife-for-debug | ||
```sh | ||
npm install --save-dev @babel/plugin-transform-iife-for-debug | ||
```shell | ||
npm install --save-dev babel-plugin-transform-iife-for-debug | ||
``` | ||
@@ -22,4 +22,4 @@ | ||
```sh | ||
yarn add @babel/plugin-transform-iife-for-debug --dev | ||
```shell | ||
yarn add babel-plugin-transform-iife-for-debug --dev | ||
``` | ||
@@ -76,4 +76,4 @@ | ||
``` | ||
Default | ||
```javascript | ||
// Default | ||
{ | ||
@@ -80,0 +80,0 @@ targetFlag: '@IIFE-for-debug', |
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
7957