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: dist source map file naming was incorrect #730

Merged
merged 1 commit into from
Feb 26, 2023
Merged

Conversation

ghiscoding
Copy link
Collaborator

@ghiscoding ghiscoding commented Feb 24, 2023

  • JS source map must be named the same as the original JS file + .map suffix, in our case since we have .min.js, we need the sourcemap to be named .min.js.map to be auto-detected but ours were named incorrectly as .js.map (missing .min prefix and cannot auto-detected by Chrome

image

- JS source map must be named the same as the original JS file + `.map` suffix, in our case since we have `.min.js`, we need the sourcemap to be named `.min.js.map` to be auto-detected but ours we named as `.js.map` (missing `.min` prefix and wasn't auto-detected by Chrome
@6pac 6pac merged commit aa4093a into master Feb 26, 2023
@ghiscoding ghiscoding deleted the bugfix/dist-sourcemap branch March 6, 2023 16:47
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.

2 participants