File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spec/dummy/config/environments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Rails . application . configure do
22 # Verifies that versions and hashed value of the package contents in the project's package.json
3- config . webpacker . check_yarn_integrity = false
3+ # config.webpacker.check_yarn_integrity = false
44 # Settings specified here will take precedence over those in config/application.rb.
55
66 # Code is not reloaded between requests.
3030 # config.assets.css_compressor = :sass
3131
3232 # Do fallback to assets pipeline if a precompiled asset is missed. (quick fix due to engine assets precompile error)
33- config . assets . compile = true
33+ # config.assets.compile = true
3434
3535 # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
3636
You can’t perform that action at this time.
0 commit comments