Skip to content

Commit

Permalink
fix webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
squidgetx committed Feb 7, 2023
1 parent 86208e6 commit 4497d94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extension/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var options = {
background: path.join(__dirname, "src", "js", "background.js"),
content: path.join(__dirname, "src", "js", "content.js"),
popup: path.join(__dirname, "src", "js", "popup.js"),
recontact: path.join(__dirname, "src", "js", "recontact.js"),
},
output: {
path: path.join(__dirname, "build"),
Expand All @@ -26,10 +25,8 @@ var options = {
new CopyWebpackPlugin({
patterns: [
{ from: "src/manifest.json", to: "manifest.json" },
{ from: "src/recontact.html", to: "recontact.html" },
{ from: "src/popup.html", to: "popup.html" },
{ from: "src/icon128.png", to: "icon128.png" },
{ from: "src/alarm128.png", to: "alarm128.png" },
{ from: "src/css/content.css", to: "content.css" },
],
}),
Expand Down

0 comments on commit 4497d94

Please sign in to comment.