From ef7528b87c25187d5878b5b4b808db7e796a578b Mon Sep 17 00:00:00 2001 From: Albin P K <56157868+albinpk@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:16:32 +0530 Subject: [PATCH] Update comment in webpack.config.js --- .../templates/ext-command-ts/vscode-webpack/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/ext-command-ts/vscode-webpack/webpack.config.js b/generators/app/templates/ext-command-ts/vscode-webpack/webpack.config.js index 14e48d70..03739331 100644 --- a/generators/app/templates/ext-command-ts/vscode-webpack/webpack.config.js +++ b/generators/app/templates/ext-command-ts/vscode-webpack/webpack.config.js @@ -21,7 +21,7 @@ const extensionConfig = { }, externals: { vscode: 'commonjs vscode' // the vscode-module is created on-the-fly and must be excluded. Add other modules that cannot be webpack'ed, 📖 -> https://webpack.js.org/configuration/externals/ - // modules added here also need to be added in the .vsceignore file + // modules added here also need to be added in the .vscodeignore file }, resolve: { // support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader