Browse Source

Fix internals webpack configuration

master
Loëck Vézien 7 years ago
parent
commit
8f330d08bb
No known key found for this signature in database GPG Key ID: CBCDCE384E853AC4
  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