Skip to content

Commit

Permalink
chore: Replaced .js with .ts in publicEntrypoints()
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 5, 2024
1 parent 3707e51 commit 69a57a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/my-v2-addon/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ export default {
// See https://github.com/embroider-build/embroider/blob/main/docs/v2-faq.md#how-can-i-define-the-public-exports-of-my-addon
addon.publicEntrypoints([
'**/*.js',
'index.js',
'template-registry.js',
'test-support.js',
'index.ts',
'template-registry.ts',
'test-support.ts',
]),

// These are the modules that should get reexported into the traditional
Expand Down

0 comments on commit 69a57a9

Please sign in to comment.