We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f99775 + 8dc66eb commit 4f3c693Copy full SHA for 4f3c693
tests/min-supported/ember-cli-build.js
@@ -20,9 +20,6 @@ module.exports = function (defaults) {
20
staticModifiers: true,
21
staticComponents: true,
22
staticEmberSource: true,
23
- splitControllers: true,
24
- splitRouteClasses: true,
25
- implicitModulesStrategy: 'packageNames',
26
packagerOptions: {
27
webpackConfig: {
28
devtool: 'source-map',
tests/test-app/ember-cli-build.js
@@ -34,9 +34,6 @@ module.exports = function (defaults) {
34
35
36
37
38
39
40
41
42
0 commit comments