Skip to content

Commit 333ff3d

Browse files
author
Josh Stafford
committed
adding terser to workaround an issue with deploy facebook/create-react-app#6334
1 parent 1ebf728 commit 333ff3d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"not op_mini all"
3131
],
3232
"devDependencies": {
33-
"gh-pages": "^2.0.1"
33+
"gh-pages": "^2.0.1",
34+
"terser": "^3.14.1"
3435
}
3536
}

0 commit comments

Comments
 (0)