Skip to content

Commit

Permalink
Merge pull request #584 from arthirm/master
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Jul 17, 2020
2 parents fa88f66 + cf34fec commit 71d7580
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 185 deletions.
4 changes: 3 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ module.exports = function (defaults) {

let app = new EmberAddon(defaults, {
// Add options here
throwUnlessParallelizable: true,
'ember-cli-babel': {
throwUnlessParallelizable: true,
},

trees: {
app: appTree,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"broccoli-plugin": "^4.0.3",
"common-tags": "^1.8.0",
"ember-cli-babel-plugin-helpers": "^1.1.0",
"ember-template-lint": "^2.9.1",
"fs-tree-diff": "^2.0.1",
"hash-for-dep": "^1.5.1",
"heimdalljs-logger": "^0.1.10",
Expand Down Expand Up @@ -69,7 +70,6 @@
"ember-cli-babel": "^7.21.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.0.2",
"ember-cli-template-lint": "^1.0.0",
"ember-cli-version-checker": "^5.1.1",
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/lib/module-name-inliner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
},
parallelBabel: {
requireFile: __filename,
buildUsing: 'buildPlugin',
buildUsing: 'buildLegacyPlugin',
params: {},
},

Expand Down
Loading

0 comments on commit 71d7580

Please sign in to comment.