Commit 9243fcd 1 parent bb9c69b commit 9243fcd Copy full SHA for 9243fcd
File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = {
10
10
11
11
let defaultOptions = {
12
12
enabled : app . env === 'production' ,
13
+ async : true , // run uglify in parallel
13
14
14
15
uglify : {
15
16
compress : {
Original file line number Diff line number Diff line change 22
22
"test:all" : " ember try:each -- ember test -e production"
23
23
},
24
24
"dependencies" : {
25
- "broccoli-uglify-sourcemap" : " ^2.0 .1" ,
25
+ "broccoli-uglify-sourcemap" : " ^2.1 .1" ,
26
26
"lodash.defaultsdeep" : " ^4.6.0"
27
27
},
28
28
"engines" : {
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ async-each@^1.0.0:
219
219
version "1.0.1"
220
220
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
221
221
222
- async-promise-queue@^1.0.3 :
222
+ async-promise-queue@^1.0.3, async-promise-queue@^1.0.4 :
223
223
version "1.0.4"
224
224
resolved "https://registry.yarnpkg.com/async-promise-queue/-/async-promise-queue-1.0.4.tgz#308baafbc74aff66a0bb6e7f4a18d4fe8434440c"
225
225
dependencies :
@@ -1112,10 +1112,11 @@ broccoli-stew@^1.2.0, broccoli-stew@^1.3.3:
1112
1112
symlink-or-copy "^1.1.8"
1113
1113
walk-sync "^0.3.0"
1114
1114
1115
- broccoli-uglify-sourcemap@^2.0 .1 :
1116
- version "2.0.2 "
1117
- resolved "https://registry.yarnpkg.com/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-2.0.2 .tgz#f4a73112f1f56b46043e2e89cba5ce7762cddeb3 "
1115
+ broccoli-uglify-sourcemap@^2.1 .1 :
1116
+ version "2.1.1 "
1117
+ resolved "https://registry.yarnpkg.com/broccoli-uglify-sourcemap/-/broccoli-uglify-sourcemap-2.1.1 .tgz#33005537e18a322a181a5aea3e46d145b3355630 "
1118
1118
dependencies :
1119
+ async-promise-queue "^1.0.4"
1119
1120
broccoli-plugin "^1.2.1"
1120
1121
debug "^3.1.0"
1121
1122
lodash.defaultsdeep "^4.6.0"
@@ -1125,6 +1126,7 @@ broccoli-uglify-sourcemap@^2.0.1:
1125
1126
symlink-or-copy "^1.0.1"
1126
1127
uglify-es "^3.1.3"
1127
1128
walk-sync "^0.3.2"
1129
+ workerpool "^2.3.0"
1128
1130
1129
1131
browserslist@^2.1.2 :
1130
1132
version "2.11.3"
@@ -1794,9 +1796,9 @@ ember-cli-test-loader@^2.2.0:
1794
1796
ember-cli-babel "^6.8.1"
1795
1797
1796
1798
ember-cli-uglfiy@./ :
1797
- version "2.0.1 "
1799
+ version "2.0.2 "
1798
1800
dependencies :
1799
- broccoli-uglify-sourcemap "^2.0 .1"
1801
+ broccoli-uglify-sourcemap "^2.1 .1"
1800
1802
lodash.defaultsdeep "^4.6.0"
1801
1803
1802
1804
ember-cli-valid-component-name@^1.0.0 :
You can’t perform that action at this time.
0 commit comments