Skip to content

Commit

Permalink
remove webpack-chunk-hash plugin; (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed authored and developit committed Jan 13, 2018
1 parent a911891 commit bc0c665
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
"update-notifier": "^2.3.0",
"url-loader": "^0.5.8",
"webpack": "^3.7.0",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-server": "^2.9.0",
"webpack-merge": "^4.1.0",
"webpack-plugin-replace": "^1.1.1",
Expand Down
2 changes: 0 additions & 2 deletions src/lib/webpack/webpack-base-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import autoprefixer from 'autoprefixer';
import ExtractTextPlugin from 'extract-text-webpack-plugin';
import ProgressBarPlugin from 'progress-bar-webpack-plugin';
import ReplacePlugin from 'webpack-plugin-replace';
import WebpackChunkHash from 'webpack-chunk-hash';
import requireRelative from 'require-relative';
import createBabelConfig from '../babel-config';

Expand Down Expand Up @@ -228,7 +227,6 @@ export default function (env) {
new webpack.HashedModuleIdsPlugin(),
new webpack.LoaderOptionsPlugin({ minimize:true }),
new webpack.optimize.ModuleConcatenationPlugin(),
new WebpackChunkHash(),

// strip out babel-helper invariant checks
new ReplacePlugin({
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7464,10 +7464,6 @@ webidl-conversions@^4.0.0:
version "4.0.2"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"

webpack-chunk-hash@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/webpack-chunk-hash/-/webpack-chunk-hash-0.4.0.tgz#6b40c3070fbc9ff0cfe0fe781c7174af6c7c16a4"

webpack-dev-middleware@^1.11.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz#d34efefb2edda7e1d3b5dbe07289513219651709"
Expand Down

0 comments on commit bc0c665

Please sign in to comment.