Skip to content

fix: disable source maps #125

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

Merged
merged 1 commit into from
Jul 20, 2023
Merged

fix: disable source maps #125

merged 1 commit into from
Jul 20, 2023

Conversation

sean-perkins
Copy link
Contributor

@sean-perkins sean-perkins commented Jul 20, 2023

Resolves: #124

After investigation into #124, it was observed that the es5 build output changed during Stencil v3 when sourcemaps were enabled by default. This is causing issues with certain webpack environments. Since we did not intend to enable sourcemap generation to resolve another issue, I recommend we disable sourcemap generation to maintain compatibility with existing projects until we remove the es5 output in a future major release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: unexpected token when parsing module
3 participants