Ignore generated files
This commit is contained in:
@@ -2,12 +2,12 @@ const path = require("path")
|
||||
|
||||
module.exports = {
|
||||
entry: {
|
||||
background_scripts: "./background/background.js",
|
||||
popup: "popup/popup.js"
|
||||
background: "./background/background.js",
|
||||
popup: "./popup/popup.js"
|
||||
},
|
||||
output: {
|
||||
path: path.resolve(__dirname, "addon"),
|
||||
filename: "[name]/index.js"
|
||||
filename: "[name]/[name].js"
|
||||
},
|
||||
mode: "none"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user