This commit is contained in:
xyf-mac 2021-04-05 11:16:11 +08:00
parent 0f0cc3c84e
commit c9898e65b9

View File

@ -32,7 +32,7 @@ module.exports = {
devtool: "#source-map",
entry: {
inject: Path.join(__dirname, "src/inject.js"),
}
},
plugins: [
// new Copy([{src: "src/inject.js", dest: "js/inject.js"}]),
]