Changed to yarn and removed unnecessary files

This commit is contained in:
z0ccc 2021-06-23 16:11:46 -04:00
parent 74b42809b2
commit 04e5c38cfe
6 changed files with 6120 additions and 25538 deletions

25531
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,8 +18,5 @@
"48": "icon_48.png",
"128": "icon_128.png"
}
},
"background": {
"service_worker": "background.js"
}
}

View file

View file

@ -1,2 +0,0 @@
// This file is injected as a content script
console.log("Hello from content script!")

View file

@ -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: {

6120
yarn.lock Normal file

File diff suppressed because it is too large Load diff