Compare commits
2 commits
e7bd55a0b2
...
548dc83aa8
Author | SHA1 | Date | |
---|---|---|---|
548dc83aa8 | |||
99e5bd3cf4 |
10 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"js": ["main.js"],
|
"js": ["dist/main.js"],
|
||||||
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -20,5 +20,10 @@
|
||||||
"resources": ["img/sb_button.png"],
|
"resources": ["img/sb_button.png"],
|
||||||
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
"matches": ["*://*.lenameyerlandrut-fanclub.de/*"]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"browser_specific_settings": {
|
||||||
|
"gecko": {
|
||||||
|
"id": "lmlfc-bttv@lenaisten.de"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
const CopyPlugin = require("copy-webpack-plugin");
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
mode: "production",
|
mode: "production",
|
||||||
entry: {
|
entry: {
|
||||||
|
@ -21,9 +21,4 @@ module.exports = {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
plugins: [
|
|
||||||
new CopyPlugin({
|
|
||||||
patterns: [{ from: ".", to: ".", context: "public" }],
|
|
||||||
}),
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue