Browse Source

Merge pull request #22 from loeck/master

Fix internals webpack configuration
master
Meriadec Pillet 7 years ago
committed by GitHub
parent
commit
c11495e4d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      webpack/internals.config.js

2
webpack/internals.config.js

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

Loading…
Cancel
Save