Skip to content

Commit cd49980

Browse files
committed
rev new
1 parent 9655acb commit cd49980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/node-extension.webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ const config = {
1919
devtool: 'nosources-source-map',
2020
externals: {
2121
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/
22-
// eslint-disable-next-line @typescript-eslint/naming-convention
23-
'@flow-scanner/lightning-flow-scanner-core': 'commonjs @flow-scanner/lightning-flow-scanner-core',
2422
},
2523
resolve: {
2624
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader

0 commit comments

Comments
 (0)