Skip to content

Commit d55d4b0

Browse files
committed
more default
1 parent 7897ba7 commit d55d4b0

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

test-apps/ember-concurrency-v2/ember-cli-build.js

+1-15
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,5 @@ module.exports = function (defaults) {
1111

1212
const { maybeEmbroider } = require('@embroider/test-setup');
1313

14-
return maybeEmbroider(app, {
15-
extraPublicTrees: [],
16-
staticAddonTrees: true,
17-
staticAddonTestSupportTrees: true,
18-
staticHelpers: true,
19-
staticModifiers: true,
20-
staticComponents: true,
21-
staticEmberSource: true,
22-
packagerOptions: {
23-
webpackConfig: {
24-
// Highest fidelity source map (at the cost of build speed)
25-
devtool: 'source-map',
26-
},
27-
},
28-
});
14+
return maybeEmbroider(app);
2915
};

0 commit comments

Comments
 (0)