React Native Webpack Server Versions Save

Build React Native apps with Webpack

0.7.0

8 years ago

Fixed

  • Sourcemap generation (97d961033cd696f9248d84609b5b3be6125dd842, #98)

Changed

  • bundle command will optimize the bundle by default. Pass --no-optimize to disable. (#92)
  • Regenerated example projects using RN 0.12 template & upgraded dependencies

Added

  • Basic RN 0.12 compatibility (hot module replacement is currently not working: #99)
  • --platform option to the bundle command (#100)

0.6.0

8 years ago

Changed

  • Some tweaks to README.md
  • Using latest react-transform-hmr in examples
  • Convert code to ES6 compatible with node/io.js >=2.0.0 (#83)
  • Remove unused code as a result of enabling ESLint
  • Switch from nomnom to commander as nomnom is no longer maintained (#86)
  • CLI is now called rnws, with an alias react-native-webpack-server -> rnws

Added

  • ESLint to check code style (#84)
  • Continuous integration via Travis CI (#85)
  • A --bundlePath option to customize the output path of rnws bundle

0.5.1

8 years ago

Added

  • bundle command to generate an offline bundle (#37, #60)
  • README.md Slack badge for Reactiflux channel #react-native-webpack

Fixed

  • Server crash when request is received during server startup (#53, #60)
  • README.md documentation for hot module replacement

0.5.0

8 years ago

This release drops support for react-hot-loader, instead supporting hot reloading via babel-plugin-react-transform + react-transform-webpack-hmr.

Check out the example projects for the recommended configuration.

See https://github.com/mjohnston/react-native-webpack-server/pull/64 for more information