diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-22 17:23:32 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-22 17:23:32 +0100 |
commit | 80834d7472ad80a81158ba76a98b04cb45fc59d6 (patch) | |
tree | 70c00b7e3f3916818cc7cbcd20ee9dda8bba71d1 /config | |
parent | 145f9aff320942823065d74c405457a43614ca43 (diff) | |
download | incommon-map-80834d7472ad80a81158ba76a98b04cb45fc59d6.tar.gz |
Yarn integrity check breaks railsv0.1.5
Diffstat (limited to 'config')
-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 |