babel-preset-react-hot
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "babel-preset-react-hot", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Babel preset for React hot module replacement and error catching", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,15 +9,15 @@ # Babel preset for React HMR and Error Catching | ||
``` | ||
yarn add babel-preset-react-hmre --dev | ||
```sh | ||
yarn add babel-preset-react-hot --dev | ||
# or | ||
npm install babel-preset-react-hmre --save-dev | ||
npm install babel-preset-react-hot --save-dev | ||
``` | ||
## Configure babel via .babelrc | ||
Configure babel via .babelrc | ||
``` | ||
{ | ||
"presets": ["react", "es2015"], | ||
"env": { | ||
@@ -24,0 +24,0 @@ "development": { |
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
6
8736