Skip to content

Commit

Permalink
Merge pull request #121 from universal-ember/remove-imaginary-options
Browse files Browse the repository at this point in the history
Remove imaginary config
  • Loading branch information
NullVoxPopuli authored Oct 6, 2024
2 parents 1f99775 + 8dc66eb commit 4f3c693
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/min-supported/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ module.exports = function (defaults) {
staticModifiers: true,
staticComponents: true,
staticEmberSource: true,
splitControllers: true,
splitRouteClasses: true,
implicitModulesStrategy: 'packageNames',
packagerOptions: {
webpackConfig: {
devtool: 'source-map',
Expand Down
3 changes: 0 additions & 3 deletions tests/test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ module.exports = function (defaults) {
staticModifiers: true,
staticComponents: true,
staticEmberSource: true,
splitControllers: true,
splitRouteClasses: true,
implicitModulesStrategy: 'packageNames',
packagerOptions: {
webpackConfig: {
devtool: 'source-map',
Expand Down

0 comments on commit 4f3c693

Please sign in to comment.