Skip to content

Commit f5be41f

Browse files
committed
Re-delete the legacy build in rollup
1 parent 59c9c56 commit f5be41f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

rollup.config.mjs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ const testDependencies = [
2828
let configs = [
2929
esmConfig(),
3030
esmProdConfig(),
31-
legacyBundleConfig('./broccoli/amd-compat-entrypoints/ember.debug.js', 'ember.debug.js', {
32-
isDeveloping: true,
33-
}),
34-
legacyBundleConfig('./broccoli/amd-compat-entrypoints/ember.debug.js', 'ember.prod.js', {
35-
isDeveloping: false,
36-
}),
37-
legacyBundleConfig('./broccoli/amd-compat-entrypoints/ember-testing.js', 'ember-testing.js', {
38-
isDeveloping: true,
39-
isExternal(source) {
40-
return !source.startsWith('ember-testing');
41-
},
42-
}),
4331
templateCompilerConfig(),
4432
glimmerComponent(),
4533
glimmerSyntaxESM(),

0 commit comments

Comments
 (0)