aboutsummaryrefslogtreecommitdiffstats
path: root/test/dummy/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dummy/config/environments/development.rb')
-rw-r--r--test/dummy/config/environments/development.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dummy/config/environments/development.rb b/test/dummy/config/environments/development.rb
index 366e75ad77..42768bf68c 100644
--- a/test/dummy/config/environments/development.rb
+++ b/test/dummy/config/environments/development.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 = true
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on