SimonStnn / pop-a-loon

The new rising trend (literally) that changes the browser game completely.
https://pop-a-loon.gitbook.io
Apache License 2.0
10 stars 5 forks source link

Source maps are incorrect #283

Open SimonStnn opened 1 month ago

SimonStnn commented 1 month ago

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 commented 1 month ago

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.