Sha256: bf1aa09bb791c7decf3455d317ff38350a26c4b30d838cf7c907c41cd968d268
Contents?: true
Size: 837 Bytes
Versions: 40
Compression:
Stored size: 837 Bytes
Contents
# 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)/ ```
Version data entries
40 entries across 40 versions & 1 rubygems