react-on-rails
Advanced tools
Changelog
[8.0.5] - 2017-07-04
devBuild
value for webpack production build from webpackConfigLoader. #877 by chenqingspring.Note: 8.0.4 skipped.
Changelog
[8.0.2] - 2017-06-04
Changelog
[8.0.0] - 2017-05-29
config/initializers/react_on_rails.rb
:
symlink_non_digested_assets_regex: /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/,
Changelog
[8.0.0-beta.1] - 2017-05-03
Support for WebpackerLite in the generators. #822 by kaizencodes and justin808.
Breaking change is that the default value of symlink_non_digested_assets_regex has changed from this old value to nil. This is a breaking change if you didn't have this value set in your config/initializers/react_on_rails.rb file and you need this because you're using webpack's CSS features and you have not switched to webpacker lite.
symlink_non_digested_assets_regex: /\.(png|jpg|jpeg|gif|tiff|woff|ttf|eot|svg|map)/,