aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/config/environments/production.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dummy/config/environments/production.rb')
-rw-r--r--test/dummy/config/environments/production.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dummy/config/environments/production.rb b/test/dummy/config/environments/production.rb
index 9ea5ad2784..2aaa79f620 100644
--- a/test/dummy/config/environments/production.rb
+++ b/test/dummy/config/environments/production.rb
@@ -1,4 +1,6 @@
Rails.application.configure do
+ # Verifies that versions and hashed value of the package contents in the project's package.json
+ config.webpacker.check_yarn_integrity = false
# Settings specified here will take precedence over those in config/application.rb.
# Code is not reloaded between requests.