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: enable tree-shaking in webpack, sourcemaps #60

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

CodyJasonBennett
Copy link
Member

@CodyJasonBennett CodyJasonBennett commented Jul 24, 2022

Webpack does not effectively tree-shake bundled modules, so splitting up the module structure for the web target (see vitejs/vite#5174 (comment)).

Also enables sourcemaps for quality control (since bundles are now divergent), skipping tsc.

@CodyJasonBennett CodyJasonBennett force-pushed the fix/webpack-sourcemaps branch 2 times, most recently from 22656a9 to 97c4690 Compare July 25, 2022 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant