anyproxy/web/webpack.config.js

8 lines
141 B
JavaScript
Raw Permalink Normal View History

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