CHANGELOG.md in react_on_rails-9.0.0.beta.9 vs CHANGELOG.md in react_on_rails-9.0.0.beta.10

- old
+ new

@@ -55,11 +55,16 @@ - Find your `webpacker_lite.yml` and rename it to `webpacker.yml` - Add a default setting ``` custom_compile: true + cache_manifest: false ``` + - For production, set: + ``` + cache_manifest: true + ``` - Add a section like this under your development env: ``` dev_server: host: localhost port: 3035 @@ -83,9 +88,12 @@ ### [9.0.0] *Diffs for the beta to master* + +### [9.0.0-beta.10] +- Updated for the latest rails/webpacker. Added the cache_manifest setting. ### [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