build: use shared browserslist config and remove is-es5 check

This commit is contained in:
Adam Stankiewicz
2021-11-02 22:44:27 -04:00
committed by Michael Terry
parent 44f5132e2a
commit 7f3757539a
3 changed files with 15 additions and 1068 deletions

View File

@@ -58,7 +58,6 @@ validate:
npm run lint -- --max-warnings 0
npm run test
npm run build
npm run is-es5
.PHONY: validate.ci
validate.ci: