Closed rugk closed 4 years ago
As we needed to introduce babel for https://github.com/rugk/emoji-mart-embed/issues/2, this is a try to potentially optimize emoji-mart etc. to drop old browser support for Firefox <= 63.
However, as it seems, it just creates a much bigger output file, so it still seems to inject unneeded polyfills or so…
I've had a look at the unminimized files:
Here is a diff: test.diff.txt
So it does not seem worth to introduce this change, anyway
Original files for comparison, too: files.zip
Replaced by https://github.com/rugk/emoji-mart-embed/commit/f912a58a5fbff3f9d1ccdbfcac7d682cd47dcc47
As we needed to introduce babel for https://github.com/rugk/emoji-mart-embed/issues/2, this is a try to potentially optimize emoji-mart etc. to drop old browser support for Firefox <= 63.
However, as it seems, it just creates a much bigger output file, so it still seems to inject unneeded polyfills or so…