mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
reconstruct web interface with react.js
This commit is contained in:
8
web/webpack.config.js
Normal file
8
web/webpack.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
entry: "./build/index.js",
|
||||
output: {
|
||||
path: __dirname,
|
||||
filename: "page.js"
|
||||
},
|
||||
module: {}
|
||||
};
|
||||
Reference in New Issue
Block a user