You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: