react-on-rails
Advanced tools
Comparing version 9.0.0-beta.8 to 9.0.0-beta.9
@@ -21,3 +21,3 @@ # Change Log | ||
gem "webpacker", git: "https://github.com/shakacode/webpacker.git", | ||
branch: "issue-464-merge-webpacker-lite-into-webpacker-v2" | ||
branch: "issue-464-merge-webpacker-lite-into-webpacker-v3" | ||
``` | ||
@@ -58,2 +58,6 @@ | ||
- Find your `webpacker_lite.yml` and rename it to `webpacker.yml` | ||
- Add a default setting | ||
``` | ||
custom_compile: true | ||
``` | ||
- Add a section like this under your development env: | ||
@@ -80,7 +84,4 @@ ``` | ||
#### 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. | ||
* Be sure to | ||
@@ -91,2 +92,9 @@ | ||
### [9.0.0-beta.9] | ||
- Fixes precompile task going to Webpacker's. You need to set `custom_compile: true` in your `webpacker.yml`. | ||
- Changed webpack-bundle.js name to hello-world-bundle.js | ||
- Update for latest from rails/webpacker | ||
gem "webpacker", git: "https://github.com/shakacode/webpacker.git", | ||
branch: "issue-464-merge-webpacker-lite-into-webpacker-v3" | ||
### [9.0.0-beta.8] | ||
@@ -736,3 +744,4 @@ - bugfix for server rendering | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/rails-webpacker...9.0.0-beta.8 | ||
[9.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.8...master | ||
[9.0.0]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.9...master | ||
[9.0.0-beta.9]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.9...9.0.0-beta.8 | ||
[9.0.0-beta.8]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.8...9.0.0-beta.7 | ||
@@ -739,0 +748,0 @@ [9.0.0-beta.7]: https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.7...9.0.0-beta.6 |
{ | ||
"name": "react-on-rails", | ||
"version": "9.0.0-beta.8", | ||
"version": "9.0.0-beta.9", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -5,0 +5,0 @@ "main": "node_package/lib/ReactOnRails.js", |
143561