Skip to content

Commit

Permalink
Remove minimize fonctionnality for Mozilla reviewers, release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Silbad committed Nov 12, 2021
1 parent 8e61f88 commit 7a8697c
Show file tree
Hide file tree
Showing 4 changed files with 2,245 additions and 2,263 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deeplt",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple translation extension for Firefox powered by DeepL",
"license": "MPL-2.0",
"author": "Silbad",
Expand Down
2 changes: 1 addition & 1 deletion public/firefox_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DeepLT",
"version": "2.0.0",
"version": "2.0.1",
"description": "A simple translation extension for Firefox powered by DeepL",
"permissions": [
"clipboardWrite",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = merge(common, {
],
},
optimization: {
minimize: true,
minimize: false,
minimizer: [
new TerserPlugin({
/*
Expand Down
Loading

0 comments on commit 7a8697c

Please sign in to comment.