Skip to content

Commit

Permalink
fix: keep index.js as public entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 26, 2023
1 parent 49c0cb2 commit 5dfa2e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ember-shiki/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
"modifiers/shiki-render.js",
"services/shiki.js",
"template-registry.js",
// "styles.css",
"index.js",
]),

// These are the modules that should get reexported into the traditional
Expand All @@ -36,7 +36,6 @@ export default {
"components/copy-button.js",
"modifiers/shiki-render.js",
"services/shiki.js",
// "styles.css",
]),

// Follow the V2 Addon rules about dependencies. Your code can import from
Expand Down

0 comments on commit 5dfa2e3

Please sign in to comment.