Skip to content

Commit 1d15859

Browse files
committed
Lint:fix
1 parent b92c480 commit 1d15859

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

rollup.config.mjs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ function esmInputs() {
7272
return {
7373
...renameEntrypoints(exposedDependencies(), (name) => join('packages', name, 'index')),
7474
...renameEntrypoints(packages(), (name) => join('packages', name)),
75-
// the actual authored "./packages/ember-template-compiler/index.ts" is
76-
// part of what powers the historical dist/ember-template-compiler.js AMD
77-
// bundle. It has historical cruft that has never been present in our ESM
78-
// builds.
79-
//
80-
// On the ESM build, the main entrypoint of ember-template-compiler is the
81-
// "minimal.ts" version, which has a lot less in it.
82-
83-
'packages/ember-template-compiler/index': 'ember-template-compiler/minimal.ts',
75+
// the actual authored "./packages/ember-template-compiler/index.ts" is
76+
// part of what powers the historical dist/ember-template-compiler.js AMD
77+
// bundle. It has historical cruft that has never been present in our ESM
78+
// builds.
79+
//
80+
// On the ESM build, the main entrypoint of ember-template-compiler is the
81+
// "minimal.ts" version, which has a lot less in it.
82+
83+
'packages/ember-template-compiler/index': 'ember-template-compiler/minimal.ts',
8484
};
8585
}
8686

0 commit comments

Comments
 (0)