Changed to yarn and removed unnecessary files
This commit is contained in:
parent
74b42809b2
commit
04e5c38cfe
6 changed files with 6120 additions and 25538 deletions
25531
package-lock.json
generated
25531
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -18,8 +18,5 @@
|
|||
"48": "icon_48.png",
|
||||
"128": "icon_128.png"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
// This file is injected as a content script
|
||||
console.log("Hello from content script!")
|
||||
|
|
@ -5,8 +5,6 @@ const CopyPlugin = require("copy-webpack-plugin");
|
|||
const config = {
|
||||
entry: {
|
||||
popup: path.join(__dirname, "src/popup.jsx"),
|
||||
content: path.join(__dirname, "src/content.js"),
|
||||
background: path.join(__dirname, "src/background.js"),
|
||||
},
|
||||
output: { path: path.join(__dirname, "dist"), filename: "[name].js" },
|
||||
module: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue