Sourcemaps are detected in chrome but original source is not loaded, using webpack-2

前端 未结 3 1362
Happy的楠姐
Happy的楠姐 2020-12-11 00:05

When running an application that is built using webpack 2, sourcemaps are detected in chrome but original source is not loaded. I\'m using webpack beta21.

These file

3条回答
  •  被撕碎了的回忆
    2020-12-11 00:10

    If you're mapping to a workspace, that means you already have the source code. Including the source code in your source map is creating an unnecessary redundancy.

    Use nosources-source-map instead.

提交回复
热议问题