microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 67 forks source link

dev: Fix gulp_webpack signature and default for getDefaultWebpackConfig #1814

Closed StephenWeatherford closed 2 weeks ago

StephenWeatherford commented 2 weeks ago

getDefaultWebpackConfig didn't used to require a 'mode', now if it's not specified, you get a bunch of errors about needing fallbacks. Changed to use 'node' by default.

Fixed signature of gulp_webpack to match actual implementation