Заменил изображение кнопки

This commit is contained in:
2021-06-26 22:31:10 +03:00
parent f1430783cb
commit 3040d4f51e
15 changed files with 158 additions and 88 deletions

View File

@@ -35,6 +35,11 @@ module.exports = {
template: "./src/popup/popup.html",
filename: "popup.html",
chunks: ['popup']
}),
new HtmlWebpackPlugin({
template: "./src/donate.html",
filename: "donate.html",
chunks: ['donate']
})]
}