From a67fec1008784b7dc6ff3f70426105dc0f1532bc Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 15 Sep 2021 23:57:25 +0200 Subject: [PATCH] keep old file for doc --- helloworld-web-sample/build/web-extension.webpack.config.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 helloworld-web-sample/build/web-extension.webpack.config.js diff --git a/helloworld-web-sample/build/web-extension.webpack.config.js b/helloworld-web-sample/build/web-extension.webpack.config.js new file mode 100644 index 00000000..a15d5bd5 --- /dev/null +++ b/helloworld-web-sample/build/web-extension.webpack.config.js @@ -0,0 +1,2 @@ +// moved to webpack.config.js +// https://github.com/microsoft/vscode-extension-samples/blob/main/helloworld-web-sample/webpack.config.js \ No newline at end of file