Cannot use Chrome Live Edit with Webpack source maps

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 14:30:20

I got something working!

I ended up posting my same question on reddit and got some help. https://www.reddit.com/r/learnjavascript/comments/a98gh1/cannot_use_chrome_live_edit_with_webpack_source/

You need to add your project's directory to save changes in the source.

Here are the steps:

Open dev tools

Click on the 3 vertical dots on the far-right beside X which brings up a menu. Click on Settings

Click on Workspace

Add your Project's directory

Refresh the page, and you should be able to save your changes now.

Hope this helps.

Oddly enough, I was able to remove my Project's directory from the Workspace and STILL able to make Live Edits to my source maps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!