mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: apply linting
This commit is contained in:
parent
aa4609ed28
commit
c6c06dde83
@ -195,7 +195,11 @@ module.exports = {
|
||||
{
|
||||
format: 'zip',
|
||||
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}},
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user