Skip to content

Commit bc0c665

Browse files
lukeeddevelopit
authored andcommitted
remove webpack-chunk-hash plugin; (preactjs#460)
1 parent a911891 commit bc0c665

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
"update-notifier": "^2.3.0",
158158
"url-loader": "^0.5.8",
159159
"webpack": "^3.7.0",
160-
"webpack-chunk-hash": "^0.4.0",
161160
"webpack-dev-server": "^2.9.0",
162161
"webpack-merge": "^4.1.0",
163162
"webpack-plugin-replace": "^1.1.1",

src/lib/webpack/webpack-base-config.js

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import autoprefixer from 'autoprefixer';
55
import ExtractTextPlugin from 'extract-text-webpack-plugin';
66
import ProgressBarPlugin from 'progress-bar-webpack-plugin';
77
import ReplacePlugin from 'webpack-plugin-replace';
8-
import WebpackChunkHash from 'webpack-chunk-hash';
98
import requireRelative from 'require-relative';
109
import createBabelConfig from '../babel-config';
1110

@@ -228,7 +227,6 @@ export default function (env) {
228227
new webpack.HashedModuleIdsPlugin(),
229228
new webpack.LoaderOptionsPlugin({ minimize:true }),
230229
new webpack.optimize.ModuleConcatenationPlugin(),
231-
new WebpackChunkHash(),
232230

233231
// strip out babel-helper invariant checks
234232
new ReplacePlugin({

yarn.lock

-4
Original file line numberDiff line numberDiff line change
@@ -7464,10 +7464,6 @@ webidl-conversions@^4.0.0:
74647464
version "4.0.2"
74657465
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
74667466

7467-
webpack-chunk-hash@^0.4.0:
7468-
version "0.4.0"
7469-
resolved "https://registry.yarnpkg.com/webpack-chunk-hash/-/webpack-chunk-hash-0.4.0.tgz#6b40c3070fbc9ff0cfe0fe781c7174af6c7c16a4"
7470-
74717467
webpack-dev-middleware@^1.11.0:
74727468
version "1.12.0"
74737469
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz#d34efefb2edda7e1d3b5dbe07289513219651709"

0 commit comments

Comments
 (0)