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
|
|
@ -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'), |
|
|
|