Closed ddunkin closed 3 years ago
I'm looking into the test failures.
Looks like some linting issues, strange that it would complain here and not on your eslint update pr
Where do you see linting issues? It looks like the tests are failing because of console.error messages during the test, mostly from propType problems.
the tests are failing because of console.error messages during the test
Those aren't actually test failures. Still looking.
Yep, console errors don't actually fail jest tests.
I spot checked the output dist/main.js. It's pretty close to the same as before. Some of the generated helper functions are different.
I could figure out what UglifyJS was choking on and see if I could configure babel to generate compatible output, but if IE 11 supports it this output, we're probably fine. Note I have not tested this yet on with IE 11.