We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7897ba7 commit d55d4b0Copy full SHA for d55d4b0
test-apps/ember-concurrency-v2/ember-cli-build.js
@@ -11,19 +11,5 @@ module.exports = function (defaults) {
11
12
const { maybeEmbroider } = require('@embroider/test-setup');
13
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
- });
+ return maybeEmbroider(app);
29
};
0 commit comments