Browse Source

Merge pull request #14 from loeck/next

Revert webpack fix
master
Loëck Vézien 7 years ago
committed by GitHub
parent
commit
4c61e2b5b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      webpack/internals.config.js

2
webpack/internals.config.js

@ -25,7 +25,7 @@ module.exports = webpackMain().then(config => ({
extensions: ['.js', '.json', '.node'],
},
externals: config.externals,
externals: ['node-hid', ...config.externals],
output: {
path: path.resolve(__dirname, '../dist/internals'),

Loading…
Cancel
Save