Skip to content

Commit

Permalink
fix: broken output for size-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 17, 2021
1 parent 5ac51a6 commit 65e294e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 10 deletions.
66 changes: 59 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-prettier": "4.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.4.1",
"size-plugin": "3.0.0",
"size-plugin": "2.0.2",
"terser-webpack-plugin": "5.2.5",
"web-ext": "6.5.0",
"web-ext-submit": "6.5.0",
Expand All @@ -45,7 +45,7 @@
"ecmaVersion": 9,
"sourceType": "module"
},

"env": {
"es6": true
},
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
filename: '[name].js',
},
plugins: [
new SizePlugin(),
new SizePlugin({}),
new CopyWebpackPlugin({
patterns: [
{
Expand Down

0 comments on commit 65e294e

Please sign in to comment.