Skip to content

Commit db929a1

Browse files
committed
Reapply a lost change from facebook#1233 during rebase
1 parent 4448e98 commit db929a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react-scripts/config/webpack.config.prod.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
1515
var ExtractTextPlugin = require('extract-text-webpack-plugin');
1616
var ManifestPlugin = require('webpack-manifest-plugin');
1717
var InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
18-
var SubresourceIntegrityPlugin = require('webpack-subresource-integrity');
1918
var FlowTypecheckPlugin = require('react-dev-utils/FlowTypecheckPlugin');
2019
var url = require('url');
2120
var paths = require('./paths');
@@ -271,10 +270,6 @@ module.exports = {
271270
new ManifestPlugin({
272271
fileName: 'asset-manifest.json'
273272
}),
274-
// Generate and inject subresources hashes in the final `index.html`.
275-
new SubresourceIntegrityPlugin({
276-
hashFuncNames: ['sha256', 'sha384']
277-
}),
278273
// Run Flow only if we see some @ flow annotations, will error on CI
279274
new FlowTypecheckPlugin({
280275
otherFlowTypedDefs: {

0 commit comments

Comments
 (0)