Skip to content

Commit 03057a8

Browse files
authored
adding enableIntegrityHashes()
1 parent e8b4f06 commit 03057a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

symfony/webpack-encore-bundle/1.0/webpack.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Encore
5353
// uncomment if you use TypeScript
5454
//.enableTypeScriptLoader()
5555

56+
// uncomment to get integrity="..." attributes on your script & link tags
57+
// requires WebpackEncoreBundle 1.4 or higher
58+
//.enableIntegrityHashes()
59+
5660
// uncomment if you're having problems with a jQuery plugin
5761
//.autoProvidejQuery()
5862

0 commit comments

Comments
 (0)