Skip to content

Commit

Permalink
Merge pull request #1263 from nextstrain/webpack-hash
Browse files Browse the repository at this point in the history
Update webpack chunk-hash-generation settings
  • Loading branch information
jameshadfield authored Jan 13, 2021
2 parents 08133c2 + 32523b5 commit bd2401f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const generateConfig = ({extensionPath, devMode=false, customOutputPath, analyze
] : [
new LodashModuleReplacementPlugin(),
pluginProcessEnvData,
new webpack.HashedModuleIdsPlugin({}),
new WebpackChunkHash({algorithm: 'md5'}),
pluginCompress,
pluginHtml,
Expand Down

0 comments on commit bd2401f

Please sign in to comment.