@@ -54,6 +54,10 @@ gem "webpacker", git: "https://github.com/shakacode/webpacker.git",
54
54
55
55
56
56
- Find your `webpacker_lite.yml` and rename it to `webpacker.yml`
57
+ - Add a default setting
58
+ ```
59
+ custom_compile: true
60
+ ```
57
61
- Add a section like this under your development env:
58
62
```
59
63
dev_server:
@@ -82,6 +86,10 @@ gem "webpacker", git: "https://github.com/shakacode/webpacker.git",
82
86
### [9.0.0]
83
87
*Diffs for the beta to master*
84
88
89
+ ### [9.0.0-beta.10]
90
+ - Fixes precompile task going to Webpacker's. You need to set `custom_compile: true` in your `webpacker.yml`.
91
+ - Changed webpack-bundle.js name to hello-world-bundle.js
92
+
85
93
### [9.0.0-beta.9]
86
94
- Update for latest from rails/webpacker
87
95
gem "webpacker", git: "https://github.com/shakacode/webpacker.git",
@@ -731,7 +739,8 @@ Best done with Object destructing:
731
739
- Fix several generator related issues.
732
740
733
741
[ Unreleased ] : https://github.com/shakacode/react_on_rails/compare/rails-webpacker...9.0.0-beta.8
734
- [ 9.0.0 ] : https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.9...master
742
+ [ 9.0.0 ] : https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.10...master
743
+ [ 9.0.0-beta.10 ] : https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.10...9.0.0-beta.9
735
744
[ 9.0.0-beta.9 ] : https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.9...9.0.0-beta.8
736
745
[ 9.0.0-beta.8 ] : https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.8...9.0.0-beta.7
737
746
[ 9.0.0-beta.7 ] : https://github.com/shakacode/react_on_rails/compare/9.0.0-beta.7...9.0.0-beta.6
0 commit comments