You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
refactor: 子进程
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
const path = require('path')
|
||||
module.exports = {
|
||||
configureWebpack: config => {
|
||||
const configNew = {
|
||||
@@ -29,6 +30,9 @@ module.exports = {
|
||||
to: 'extra'
|
||||
}
|
||||
]
|
||||
},
|
||||
chainWebpackMainProcess (config) {
|
||||
config.entry('mitmproxy').add(path.join(__dirname, 'src/bridge/mitmproxy.js'))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user