-
-
Notifications
You must be signed in to change notification settings - Fork 631
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
React on Rails v9 on rails/webpacker v3
* See CHANGELOG.md for summary of changes * Change webpack-bundle to hello-world-bundle See https://github.com/shakacode/react-on-rails-v9-rc-generator/pulls for examples of new generator output. * Remove gen examples optimizations for spec Older optimizations were for times npm was super slow.
- Loading branch information
Showing
101 changed files
with
1,023 additions
and
1,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Asset Pipeline | ||
|
||
The plumbing of webpack produced assets through the asset pipeline is deprecated as of v9.0. | ||
|
||
The information in this document is here for those that have not yet upgraded. | ||
|
||
|
||
|
||
|
||
This option still works for your `/config/initializers/react_on_rails.rb` if you are still using the | ||
asset pipeline. | ||
``` | ||
################################################################################ | ||
# MISCELLANEOUS OPTIONS | ||
################################################################################ | ||
# If you want to use webpack for CSS and images, and still use the asset pipeline, | ||
# see https://github.com/shakacode/react_on_rails/blob/master/docs/additional-reading/rails-assets.md | ||
# And you will use a setting like this. | ||
config.symlink_non_digested_assets_regex = /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/ | ||
``` |
Oops, something went wrong.