Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: keep index.js as public entrypoint #3

Merged
merged 2 commits into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/lemon-eels-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ember-shiki": patch
---

Fix: keep index.js
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