diff options
Diffstat (limited to 'config/webpacker.yml')
-rw-r--r-- | config/webpacker.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml index 38c15d2..41a533a 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -94,3 +94,6 @@ production: # Cache manifest.json for performance cache_manifest: true + + # Do not break the app please! + check_yarn_integrity: false |