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

Source maps are incorrect #283

Open
SimonStnn opened this issue Aug 3, 2024 · 1 comment
Open

Source maps are incorrect #283

SimonStnn opened this issue Aug 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@SimonStnn
Copy link
Owner

The pop-a-loon source maps are incorrect. The webpack config will need to be updated.

Refer to these videos on what source maps are and how to use them:

@SimonStnn SimonStnn added the bug Something isn't working label Aug 3, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Pop-a-loon Aug 3, 2024
@SimonStnn SimonStnn moved this from Backlog to Ready in Pop-a-loon Aug 3, 2024
@SimonStnn
Copy link
Owner Author

These are the available options for devtools on the webpack website: https://webpack.js.org/configuration/devtool/. There will need to be some testing to find the optimal devtool for development.

Something to take note of. We cannot use any of the options that use eval. Chrome will not run the extension if it has one big eval function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Ready
Development

No branches or pull requests

1 participant