Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Sep 29, 2020
1 parent 7bd75fb commit 76707da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(defaults) {
*/

// Use embroider if it's present (it can get added by ember-try)
if ('@embroider/core' in app.dependencies() && process.env.CLASSIC !== 'true') {
if ('@embroider/core' in app.dependencies()) {
/* eslint-disable node/no-missing-require, node/no-extraneous-require */
const { Webpack } = require('@embroider/webpack');
const { compatBuild } = require('@embroider/compat');
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
},
"devDependencies": {
"@ember/optional-features": "^1.1.0",
"@embroider/compat": "*",
"@embroider/core": "*",
"@embroider/webpack": "*",
"codeclimate-test-reporter": "^0.5.0",
"ember-cli": "^3.19.0",
"ember-cli-addon-docs": "^0.10.0",
Expand Down

0 comments on commit 76707da

Please sign in to comment.