- Fix react-hot-loader.
- Add full react hot loading with
react-hot-loader
. - Update deps.
- Fix ExtractTextPlugin loaders.
- Allow changing the dev server configuration.
- Throw error if it happens in webpack.config.js.
- Switch dev server from localhost to 0.0.0.0.
- Load
webpack.config.js
if one is found and merge with reactpack config.
- Load .babelrc if one is found and merge with reactpack babel settings.
- Use absolute path with dev server.
- Add option to not inject bundles
--no-inject
. - Add option to inject bundles with absolute path
--absolute-path
.
- Force
process.env.NODE_ENV
to equalproduction
when optimizing. - Suppress errors from UglifyJS.
- Add option for custom environments (.env.js) using DefinePlugin.
- Fix parsing of port option.
- Add gif and jpg to url-loader.
- Add flag to turn off css extraction.
- Add ability to have custom
index.ejs
.