mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-18 07:58:40 +00:00
fff
This commit is contained in:
parent
1078d2b8a9
commit
1e78b8c194
@ -1,3 +1,5 @@
|
||||
const Path = require("path");
|
||||
|
||||
module.exports = {
|
||||
publicPath: "/",
|
||||
outputDir: "dist",
|
||||
@ -24,4 +26,11 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
configureWebpack: {
|
||||
mode: "development",
|
||||
devtool: "#source-map",
|
||||
entry: {
|
||||
inject: Path.join(__dirname, "src/inject.js"),
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user