Skip to content

Commit 8bc85b0

Browse files
authored
ember-cli-babel: Ensure parallel builds (#5171)
If the build is "parallelizable" it improves the build time performance :)
1 parent 3c7336e commit 8bc85b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ember-cli-build.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ module.exports = function (defaults) {
2020
babel: {
2121
plugins: [require.resolve('ember-auto-import/babel-plugin')],
2222
},
23+
24+
'ember-cli-babel': {
25+
throwUnlessParallelizable: true,
26+
},
27+
2328
'ember-fetch': {
2429
preferNative: true,
2530
},

0 commit comments

Comments
 (0)