8000 revert package-lock.json · vscode-arduino/vscode-arduino@c4259b1 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c4259b1

Browse files
revert package-lock.json
1 parent 72e50d5 commit c4259b1

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ function getEntry() {
1212
const mod = JSON.parse(npmListRes);
1313
const unbundledModule = ['impor', 'uuid',
1414
// usb-native modules can not be bundled
15+
// added debug, ms, node-gyp-build, and node-addon-api as a workaround a break in packaging
16+
// that caused the extension to not work.
1517
'usb-detection', '@serialport', 'bindings', 'serialport', 'debug', 'ms', 'node-gyp-build', 'node-addon-api'];
1618

1719
for (const mod of unbundledModule) {

0 commit comments

Comments
 (0)
0