madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
39 stars 16 forks source link

The -d switch now overrides webpack.config devtool setting #38

Open cs-NET opened 7 years ago

cs-NET commented 7 years ago

Installed product versions

Description

The existing Watch - Development script includes the -d switch that now overrides your devtool settings in the webpack.config. This breaks sourcemap mappings while developing preventing you from setting breakpoints.

Removing the -d switch resolves the issue when running manually from command line.

isaacrlevin commented 7 years ago

@cs-NET can you validate this is fixed for you

cs-NET commented 7 years ago

@isaac2004 it works great, thanks for the fix.