mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
chore: apply linting
This commit is contained in:
parent
aa4609ed28
commit
c6c06dde83
@ -195,7 +195,11 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
format: 'zip',
|
format: 'zip',
|
||||||
source: path.join(__dirname, 'extension', targetBrowser),
|
source: path.join(__dirname, 'extension', targetBrowser),
|
||||||
destination: `${path.join(__dirname, 'extension', targetBrowser)}.${getExtensionFileType(targetBrowser)}`,
|
destination: `${path.join(
|
||||||
|
__dirname,
|
||||||
|
'extension',
|
||||||
|
targetBrowser
|
||||||
|
)}.${getExtensionFileType(targetBrowser)}`,
|
||||||
options: {zlib: {level: 6}},
|
options: {zlib: {level: 6}},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user