babel-preset-react-hmre
Babel preset for React HMR and Error Catching
Last updated 9 years ago by danmartinez101 .
ISC · Original npm · Tarball · package.json
$ npm install babel-preset-react-hmre 
SYNC missed versions from official npm registry.

Babel preset for React HMR and Error Catching

Circle CI

This preset will configure Babel 6 for https://github.com/gaearon/react-transform-hmr and friends.

It is recommended that this preset only be configured for your development builds.

Install


npm install babel-preset-react-hmre --save-dev

Configure babel via .babelrc


{
  "presets": ["react", "es2015"],
  "env": {
    "development": {
      "presets": ["react-hmre"]
    }
  }
}

Current Tags

  • 1.1.1                                ...           latest (9 years ago)

9 Versions

  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 1.0.0-2                                ...           9 years ago
  • 1.0.0-1                                ...           9 years ago
  • 1.0.0-0                                ...           9 years ago
  • 0.0.1                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Total 1
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dev Dependencies (0)
None
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE