Skip to content

Commit

Permalink
Remove options which do not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 27, 2024
1 parent 89e3122 commit 39a4e9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ module.exports = async function (defaults) {
staticModifiers: true,
staticComponents: true,
staticEmberSource: true,
splitControllers: true,
splitRouteClasses: true,
implicitModulesStrategy: 'packageNames',
packagerOptions: {
webpackConfig: {
// Slow, but very nice
devtool: 'source-map',
},
},
Expand Down

0 comments on commit 39a4e9e

Please sign in to comment.