Source Maps not working with Webpack

前端 未结 4 858
时光取名叫无心
时光取名叫无心 2021-01-01 09:58

I\'m pretty new to webpack and having some trouble configuring it to produce the necessary source maps. In the devtools it says

Source Map detected

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 10:13

    In bundle.js you will see original transpiled webpack bundle - this is normal behaviour.

    Open webpack:// and you will see your project files.

提交回复
热议问题