File tree 1 file changed +0
-5
lines changed
packages/react-scripts/config 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
15
15
var ExtractTextPlugin = require ( 'extract-text-webpack-plugin' ) ;
16
16
var ManifestPlugin = require ( 'webpack-manifest-plugin' ) ;
17
17
var InterpolateHtmlPlugin = require ( 'react-dev-utils/InterpolateHtmlPlugin' ) ;
18
- var SubresourceIntegrityPlugin = require ( 'webpack-subresource-integrity' ) ;
19
18
var FlowTypecheckPlugin = require ( 'react-dev-utils/FlowTypecheckPlugin' ) ;
20
19
var url = require ( 'url' ) ;
21
20
var paths = require ( './paths' ) ;
@@ -271,10 +270,6 @@ module.exports = {
271
270
new ManifestPlugin ( {
272
271
fileName : 'asset-manifest.json'
273
272
} ) ,
274
- // Generate and inject subresources hashes in the final `index.html`.
275
- new SubresourceIntegrityPlugin ( {
276
- hashFuncNames : [ 'sha256' , 'sha384' ]
277
- } ) ,
278
273
// Run Flow only if we see some @ flow annotations, will error on CI
279
274
new FlowTypecheckPlugin ( {
280
275
otherFlowTypedDefs : {
You can’t perform that action at this time.
0 commit comments