Skip to content

Commit

Permalink
removed exclusion of ampersand
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jan 25, 2024
1 parent 75537ba commit 77ed944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77ed944

Please sign in to comment.