Browse Source
Merge pull request #22 from loeck/master
Fix internals webpack configuration
master
Meriadec Pillet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, |
|
|
|