We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eb9f1 commit b8f330bCopy full SHA for b8f330b
1 file changed
addon/rollup.config.mjs
@@ -24,16 +24,6 @@ export default {
24
// See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon
25
addon.publicEntrypoints(['index.js']),
26
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
-
37
// Follow the V2 Addon rules about dependencies. Your code can import from
38
// `dependencies` and `peerDependencies` as well as standard Ember-provided
39
// package names.
0 commit comments