Loëck Vézien
7 years ago
No known key found for this signature in database
GPG Key ID: CBCDCE384E853AC4
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|