We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b4f06 commit 03057a8Copy full SHA for 03057a8
symfony/webpack-encore-bundle/1.0/webpack.config.js
@@ -53,6 +53,10 @@ Encore
53
// uncomment if you use TypeScript
54
//.enableTypeScriptLoader()
55
56
+ // uncomment to get integrity="..." attributes on your script & link tags
57
+ // requires WebpackEncoreBundle 1.4 or higher
58
+ //.enableIntegrityHashes()
59
+
60
// uncomment if you're having problems with a jQuery plugin
61
//.autoProvidejQuery()
62
0 commit comments