Commit bc0c665 1 parent a911891 commit bc0c665 Copy full SHA for bc0c665
File tree 3 files changed +0
-7
lines changed
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 157
157
"update-notifier" : " ^2.3.0" ,
158
158
"url-loader" : " ^0.5.8" ,
159
159
"webpack" : " ^3.7.0" ,
160
- "webpack-chunk-hash" : " ^0.4.0" ,
161
160
"webpack-dev-server" : " ^2.9.0" ,
162
161
"webpack-merge" : " ^4.1.0" ,
163
162
"webpack-plugin-replace" : " ^1.1.1" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import autoprefixer from 'autoprefixer';
5
5
import ExtractTextPlugin from 'extract-text-webpack-plugin' ;
6
6
import ProgressBarPlugin from 'progress-bar-webpack-plugin' ;
7
7
import ReplacePlugin from 'webpack-plugin-replace' ;
8
- import WebpackChunkHash from 'webpack-chunk-hash' ;
9
8
import requireRelative from 'require-relative' ;
10
9
import createBabelConfig from '../babel-config' ;
11
10
@@ -228,7 +227,6 @@ export default function (env) {
228
227
new webpack . HashedModuleIdsPlugin ( ) ,
229
228
new webpack . LoaderOptionsPlugin ( { minimize :true } ) ,
230
229
new webpack . optimize . ModuleConcatenationPlugin ( ) ,
231
- new WebpackChunkHash ( ) ,
232
230
233
231
// strip out babel-helper invariant checks
234
232
new ReplacePlugin ( {
Original file line number Diff line number Diff line change @@ -7464,10 +7464,6 @@ webidl-conversions@^4.0.0:
7464
7464
version "4.0.2"
7465
7465
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
7466
7466
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
-
7471
7467
webpack-dev-middleware@^1.11.0 :
7472
7468
version "1.12.0"
7473
7469
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz#d34efefb2edda7e1d3b5dbe07289513219651709"
You can’t perform that action at this time.
0 commit comments