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: better treeshaking support by using packemon #105

Merged
merged 11 commits into from
Feb 9, 2024

Conversation

Zizzamia
Copy link
Contributor

@Zizzamia Zizzamia commented Feb 8, 2024

What changed? Why?

Notes to reviewers

How has it been tested?

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/lib"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"outDir": "dist/lib"
"outDir": "dist/esm"

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/esm"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"outDir": "dist/esm"
"outDir": "dist/lib"

@Zizzamia Zizzamia merged commit fc74af1 into main Feb 9, 2024
7 checks passed
@Zizzamia Zizzamia deleted the zizzamia/fix-build-2-8 branch February 9, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants