Skip to content

Commit

Permalink
moving babel out of build dependencies to minimize output and avoid f…
Browse files Browse the repository at this point in the history
…unction constructor
  • Loading branch information
jamestomasino committed Jun 12, 2021
1 parent 3133b76 commit 22c7455
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"web-ext": "^6.1.0",
"webextension-polyfill": "^0.4.0",
"webpack": "^5.38.1",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"webpack-cli": "^3.3.7",
"@babel/runtime": "^7.14.5",
"eslint-webpack-plugin": "^2.5.4"
}
Expand Down

0 comments on commit 22c7455

Please sign in to comment.