Enable integrity hashes on production only by default

This commit is contained in:
Victor Bocharsky
2019-06-24 13:16:20 +03:00
committed by GitHub
parent 401d23f8ba
commit beac3f69a6
@@ -61,7 +61,7 @@ Encore
// uncomment to get integrity="..." attributes on your script & link tags
// requires WebpackEncoreBundle 1.4 or higher
//.enableIntegrityHashes()
//.enableIntegrityHashes(Encore.isProduction())
// uncomment if you're having problems with a jQuery plugin
//.autoProvidejQuery()