Source code

Revision control

Copy as Markdown

Other Tools

module.exports = {
entry: "./entry.js",
output: {
filename: "bundle.js"
},
devtool: "sourcemap"
}