0.1.5 • Published 7 years ago

webpack-addons-react v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

webpack-addons-react

React scaffolding addon for Webpack CLI

  • Includes Babel to
    • transpile jsx
    • transpile ES6 to ES5

Usage

First install the new webpack-cli

$ npm install -g webpack-cli

Next, create a new webpack config with a configuration ready for React.

$ webpack-cli init webpack-addons-react

Todo

  • Add more configuration options
  • Add options for styling/json/images/other
  • Polish based on feedback

Contributing

Yes please!