diff --git a/webpack.config.js b/webpack.config.js index 0fdbb58..75c5ed7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -197,7 +197,10 @@ module.exports = { { format: 'zip', source: path.join(destPath, targetBrowser), - destination: `${path.join(destPath, targetBrowser)}.${getExtensionFileType(targetBrowser)}`, + destination: `${path.join( + destPath, + targetBrowser + )}.${getExtensionFileType(targetBrowser)}`, options: {zlib: {level: 6}}, }, ],