-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cant get source-map to work #1021
Comments
It's a known bug that sourcemaps don't support hot reloading, but they should work on normal browser refreshes and definitely on initial load, could u provide an example repo? |
Hi it doesn't seem to work on initial load or on a refresh. Code can be found here. |
The extended JSPackager overrides the generation of the source map reference at the end of the file and also the extension is based on the outdated JSPackage which is why other things are missing too. |
Hi guys I can see a .map file being created on build but no mapping on chrome. Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: