madskristensen / WebPackTaskRunner

A Visual Studio extension
Other
40 stars 17 forks source link

Added argument for dev/prod mode #53

Closed Tamersoul closed 4 years ago

Tamersoul commented 4 years ago

As specified by official docs we need to set the argument mode directly in command line: webpack --mode=development or webpack --mode=production

https://webpack.js.org/configuration/mode/

madskristensen commented 4 years ago

Thanks