From 77ed944f2096739048ed74f83bea18d30bdfe12a Mon Sep 17 00:00:00 2001 From: lucsomers Date: Thu, 25 Jan 2024 14:04:08 +0100 Subject: [PATCH] removed exclusion of ampersand --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 4500a68..58375d6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -20,7 +20,6 @@ const config = { devtool: 'source-map', 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/ - ampersand: './src/ampersand' }, resolve: { // support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader