Include product_info.js (renamed) in built add-on.
This commit is contained in:
Родитель
22278f1d2e
Коммит
79b007f9f6
|
@ -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'},
|
||||
|
|
Загрузка…
Ссылка в новой задаче