Skip to content

Commit 5929de4

Browse files
committed
Remove babel-preset-minify
It made debugging harder and I don't think it's currently worth the tradeoff. In future we might bring it back conditionally (e.g. prod builds only).
1 parent 07c6cbc commit 5929de4

File tree

3 files changed

+2
-242
lines changed

3 files changed

+2
-242
lines changed

babel.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"presets": [
3-
["@babel/preset-env", { "targets": { "esmodules": true } } ],
3+
["@babel/preset-env", { "targets": { "esmodules": true } } ]
44
],
55
"comments": false,
66
"overrides": [

package-lock.json

+1-240
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"@babel/core": "^7.9.6",
5555
"@babel/preset-env": "^7.9.6",
5656
"autoprefixer": "^9.7.6",
57-
"babel-preset-minify": "^0.5.1",
5857
"babel-preset-preact": "^2.0.0",
5958
"cssnano": "^4.1.10",
6059
"mongodb": "^3.5.9",

0 commit comments

Comments
 (0)