Include product_info.js (renamed) in built add-on.

This commit is contained in:
Michael Kelly 2018-07-06 10:10:13 -07:00
Родитель 22278f1d2e
Коммит 79b007f9f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 972176E09570E68A
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["productInfo.js"]
"js": ["product_info.js"]
}
],
"sidebar_action": {

Просмотреть файл

Просмотреть файл

@ -19,6 +19,8 @@ module.exports = {
},
plugins: [
new CopyWebpackPlugin([
{from: 'product_info.js'},
// Static files
{from: '**/*.svg'},
{from: '**/*.html'},