chore: Add exception for non es5 transpiled dep (#9)

During our CI checks on PRs, we check to see if all code can be properly
transpiled into es5 to support IE11. We've since dropped support
officially for IE11, but the check is still present. A dependency of
TinyMCE is triggering an error in the is-es5 check.

Adding this webpack config will except the package from the check, to
prevent the CI from failing. Since we no longer support IE11, This check
is not needed, and ok to bypass.
This commit is contained in:
Thomas Tracy
2022-01-10 14:41:28 -05:00
committed by GitHub
parent 92be05859d
commit ab56f12087
3 changed files with 384 additions and 461 deletions

View File

@@ -58,7 +58,7 @@
"devDependencies": {
"@edx/frontend-build": "8.1.6",
"codecov": "3.8.3",
"es-check": "5.2.4",
"es-check": "6.1.1",
"glob": "7.2.0",
"husky": "7.0.4",
"jest": "27.3.1",