react-on-rails
Advanced tools
Comparing version
@@ -48,2 +48,11 @@ # Change Log | ||
- Edit your hot procfile to set env value WEBPACKER_HMR=TRUE | ||
#### Troubleshooting | ||
If you want to skip using the dev server (as is current for beta.3 and below), then be sure to either | ||
set WEBPACKER_DEV_SERVER=FALSE or comment out the dev_server section of your `config/webpacker.yml` file. | ||
Otherwise, you'll get an error that the bundle can't be found, because your Rails server thinks you are | ||
deploying assets using the webpack-dev-server. | ||
@@ -53,6 +62,9 @@ ### [9.0.0] | ||
### [9.0.0.beta.2] | ||
### [9.0.0-beta.3] | ||
- Fix typo on webpackConfigLoader.js | ||
### [9.0.0-beta.2] | ||
- Fixed problems when running in development mode for both the generator and spec/dummy. | ||
### [9.0.0.beta.1] | ||
### [9.0.0-beta.1] | ||
- First version of depending on Webpacker rather than Webpacker Lite | ||
@@ -678,6 +690,8 @@ | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.5...master | ||
[9.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.1...master | ||
[9.0.0-beta.2]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.1...9.0.0-beta.1r | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/rails-webpacker...9.0.0-beta.3 | ||
[9.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.3...master | ||
[9.0.0-beta.3]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.2...9.0.0-beta.1 | ||
[9.0.0-beta.2]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.2...9.0.0-beta.1 | ||
[9.0.0-beta.1]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.1...master | ||
[8.0.6]: https://github.com/shakacode/react_on_rails/compare/8.0.5...8.0.6 | ||
[8.0.5]: https://github.com/shakacode/react_on_rails/compare/8.0.3...8.0.5 | ||
@@ -684,0 +698,0 @@ [8.0.3]: https://github.com/shakacode/react_on_rails/compare/8.0.2...8.0.3 |
{ | ||
"name": "react-on-rails", | ||
"version": "9.0.0-beta.2", | ||
"version": "9.0.0-beta.3", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -11,4 +11,4 @@ "main": "node_package/lib/ReactOnRails.js", | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-loader": "^6.4.1", | ||
"babel-core": "^6.25.0", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-react-transform": "^2.0.2", | ||
@@ -20,8 +20,8 @@ "babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-runtime": "^6.23.0", | ||
"babel-runtime": "^6.25.0", | ||
"babel-tape-runner": "^2.0.1", | ||
"babel-types": "^6.24.1", | ||
"babel-types": "^6.25.0", | ||
"babelify": "^7.3.0", | ||
"blue-tape": "^1.0.0", | ||
"create-react-class": "^15.5.2", | ||
"create-react-class": "^15.6.0", | ||
"eslint": "^3.19.0", | ||
@@ -32,14 +32,14 @@ "eslint-config-shakacode": "^15.0.0", | ||
"eslint-plugin-react": "^7.1.0", | ||
"flow-bin": "^0.43.1", | ||
"jsdom": "^9.12.0", | ||
"prop-types": "^15.5.7", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"flow-bin": "^0.51.1", | ||
"jsdom": "^11.1.0", | ||
"prop-types": "^15.5.10", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-transform-hmr": "^1.0.4", | ||
"redux": "^3.6.0", | ||
"release-it": "^2.7.1", | ||
"redux": "^3.7.2", | ||
"release-it": "^2.8.2", | ||
"tap-spec": "^4.1.1", | ||
"tape": "^4.6.3", | ||
"webpack": "^2.3.3", | ||
"webpack-manifest-plugin": "^1.1.0" | ||
"tape": "^4.7.0", | ||
"webpack": "^3.4.1", | ||
"webpack-manifest-plugin": "^1.2.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "peerDependencies": { |
@@ -76,5 +76,5 @@ [](https://travis-ci.org/shakacode/react_on_rails) [](https://app.codeship.com/projects/187011) [](https://gemnasium.com/shakacode/react_on_rails) [](https://badge.fury.io/rb/react_on_rails) [](https://badge.fury.io/js/react-on-rails) [](https://codeclimate.com/github/shakacode/react_on_rails) [](https://coveralls.io/github/shakacode/react_on_rails?branch=master) | ||
# NEWS | ||
* **[VERSION 9.0.0.beta.1](https://github.com/shakacode/react_on_rails/tree/rails-webpacker) shipped! This version depends on Webpacker directly. See the [CHANGELOG.md](https://github.com/shakacode/react_on_rails/blob/rails-webpacker/CHANGELOG.md) for migration instructions.** | ||
* **[VERSION 8.1.0](https://rubygems.org/gems/react_on_rails/)** shipped with [webpacker_lite](https://github.com/shakacode/webpacker_lite) (soon [**webpacker**](https://github.com/rails/webpacker/issues/464#issuecomment-310986140) support! [react-webpack-rails-tutorial PR #395](https://github.com/shakacode/react-webpack-rails-tutorial/pull/395) shows the changes needed to migrate from the Asset Pipeline to Webpacker Lite. For more information, see my article: [Webpacker Lite: Why Fork Webpacker?](https://blog.shakacode.com/webpacker-lite-why-fork-webpacker-f0a7707fac92). Per recent discussions, we [will merge Webpacker Lite changes back into Webpacker](https://github.com/rails/webpacker/issues/464#issuecomment-310986140). There's no reason to wait for this. The upgrade will eventually be trivial. | ||
* The Docs here on `master` refer to 9.0.0 including support for [webpacker](https://github.com/shakacode/webpacker)! | ||
* **[VERSION 9.0.0.beta (branch)](https://github.com/shakacode/react_on_rails/tree/rails-webpacker) shipped!** This version depends on Webpacker directly. See the [CHANGELOG.md](https://github.com/shakacode/react_on_rails/blob/rails-webpacker/CHANGELOG.md) for migration instructions. | ||
* [VERSION 8.1.0](https://rubygems.org/gems/react_on_rails/) shipped with [webpacker_lite](https://github.com/shakacode/webpacker_lite) (soon [**webpacker**](https://github.com/rails/webpacker/issues/464#issuecomment-310986140) support! [react-webpack-rails-tutorial PR #395](https://github.com/shakacode/react-webpack-rails-tutorial/pull/395) shows the changes needed to migrate from the Asset Pipeline to Webpacker Lite. For more information, see my article: [Webpacker Lite: Why Fork Webpacker?](https://blog.shakacode.com/webpacker-lite-why-fork-webpacker-f0a7707fac92). Per recent discussions, we [will merge Webpacker Lite changes back into Webpacker](https://github.com/rails/webpacker/issues/464#issuecomment-310986140). There's no reason to wait for this. The upgrade will eventually be trivial. | ||
* The Docs here on `master` refer to 8.1.0 including support for [webpacker_lite](https://github.com/shakacode/webpacker_lite). The docs on [on the 9.0.0 beta branch](https://github.com/shakacode/react_on_rails/tree/rails-webpacker) refer to using Webpacker rather than Webpacker Lite. | ||
*Use the [7.0.4 docs](https://github.com/shakacode/react_on_rails/tree/7.0.4) to refer to the older asset pipeline way.* | ||
@@ -81,0 +81,0 @@ * *See [NEWS.md](NEWS.md) for more notes over time.* |
@@ -45,3 +45,3 @@ /** | ||
const devServerHttps = devServerValues && (devServerValues.https || DEFAULT_DEV_SERVER_HTTPS); | ||
const devServerHot = devServerValues && (devServerValues.https || DEFAULT_DEV_SERVER_HOT); | ||
const devServerHot = devServerValues && (devServerValues.hot || DEFAULT_DEV_SERVER_HOT); | ||
@@ -48,0 +48,0 @@ // NOTE: Rails path is hard coded to `/public` |
142011
0.57%