File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ class Compilation extends Tapable {
301301
302302 if ( _this . profile ) {
303303 module . profile = module . profile || { } ;
304-
305304 const time = Date . now ( ) - start ;
306305 if ( ! module . profile . dependencies || time > module . profile . dependencies ) {
307306 module . profile . dependencies = time ;
@@ -1245,8 +1244,8 @@ class Compilation extends Tapable {
12451244 this . contextDependencies = [ ] ;
12461245 this . missingDependencies = [ ] ;
12471246
1248- for ( let indexChildren = 0 ; indexChildren < this . children . length ; indexChildren ++ ) {
1249- const child = this . children [ indexChildren ] ;
1247+ for ( let indexChildren = 0 ; indexChildren < this . children . length ; indexChildren ++ ) {
1248+ const child = this . children [ indexChildren ] ;
12501249
12511250 this . fileDependencies = this . fileDependencies . concat ( child . fileDependencies ) ;
12521251 this . contextDependencies = this . contextDependencies . concat ( child . contextDependencies ) ;
Original file line number Diff line number Diff line change @@ -2047,6 +2047,7 @@ jade@^1.11.0:
20472047 jstransformer "0.0.2"
20482048 mkdirp "~0.5.0"
20492049 transformers "2.1.0"
2050+ uglify-js "^2.4.19"
20502051 void-elements "~2.0.1"
20512052 with "~4.0.0"
20522053
@@ -3966,7 +3967,7 @@ ua-parser-js@^0.7.9:
39663967 version "0.7.14"
39673968 resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.14.tgz#110d53fa4c3f326c121292bbeac904d2e03387ca"
39683969
3969- uglify-js@^2.4.19, uglify-js@^2. 6, uglify-js@^2.8.29 :
3970+ uglify-js@^2.6, uglify-js@^2.8.29 :
39703971 version "2.8.29"
39713972 resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
39723973 dependencies :
You can’t perform that action at this time.
0 commit comments