Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-react-hot

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-react-hot - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

2

package.json
{
"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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc