react-on-rails v8.0.0-beta.1 Release Notes

Release Date: 2017-05-03 // almost 7 years ago
  • โž• Added

    Support for WebpackerLite in the generators. #822 by kaizencodes and justin808.

    ๐Ÿ”„ Changed

    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)/,