mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-13 17:48:29 +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: {}
|
||
|
};
|