mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 17:24:21 +00:00
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
module.exports = {
|
|
entry: "./build/index.js",
|
|
output: {
|
|
path: __dirname,
|
|
filename: "page.js"
|
|
},
|
|
module: {}
|
|
}; |