babel-plugin-global-define
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "babel-plugin-global-define", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "The GlobalDefine plugin allows you to create global constants which is similar to Webpack's DefinePlugin.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
@@ -6,2 +6,6 @@ # babel-plugin-global-define | ||
### install | ||
``` javascript | ||
npm i babel-plugin-global-define --save-dev | ||
``` | ||
### .babelrc | ||
@@ -8,0 +12,0 @@ ``` javascript |
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
3259
47