1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-06-18 16:58:21 +00:00

8 lines
141 B
JavaScript
Raw Permalink Normal View History

module.exports = {
entry: "./build/index.js",
output: {
path: __dirname,
filename: "page.js"
},
module: {}
};