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

Enable sourcemaps and debugger #330

Merged
merged 2 commits into from
Mar 17, 2021

Conversation

roboz0r
Copy link
Contributor

@roboz0r roboz0r commented Mar 14, 2021

Updates the template to enable source maps per MangelMaxime/fulma-demo#43 (comment)
Attempts to use skipFiles with the Chrome debugger still hit files in node_modules folder. Unsure how to resolve.

roboz0r and others added 2 commits March 14, 2021 19:22
Update to current master
Note 'skipFiles' with Chrome debugger seems not to work.
@MangelMaxime
Copy link
Contributor

Hello,

when generating the files using VSCode Chrome debugger extension in my case I had these lines:

"sourceMapPathOverrides": {
                "webpack:///./~/*": "${workspaceFolder}/node_modules/*",
                "webpack://?:*/*": "${workspaceFolder}/*"
            },

Perhaps, skipFiles needs to use something similar ?

@Zaid-Ajaj Zaid-Ajaj merged commit 8528187 into Zaid-Ajaj:master Mar 17, 2021
@Zaid-Ajaj
Copy link
Owner

Added to the Feliz template as of v3.5 🚀

@roboz0r roboz0r deleted the enable-sourcemaps-and-debugger branch March 17, 2021 08:31
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.

3 participants