Skip to content

Commit b8f330b

Browse files
committed
Cleanup
1 parent 63eb9f1 commit b8f330b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

addon/rollup.config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ export default {
2424
// See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon
2525
addon.publicEntrypoints(['index.js']),
2626

27-
// These are the modules that should get reexported into the traditional
28-
// "app" tree. Things in here should also be in publicEntrypoints above, but
29-
// not everything in publicEntrypoints necessarily needs to go here.
30-
addon.appReexports([
31-
'components/**/*.js',
32-
'helpers/**/*.js',
33-
'modifiers/**/*.js',
34-
'services/**/*.js',
35-
]),
36-
3727
// Follow the V2 Addon rules about dependencies. Your code can import from
3828
// `dependencies` and `peerDependencies` as well as standard Ember-provided
3929
// package names.

0 commit comments

Comments
 (0)