anyproxy/web/webpack.config.js
2015-05-19 21:19:43 +08:00

8 lines
141 B
JavaScript

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