This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
addExtension does not work for modules containing dots #3
Experimenting with zloirock/core-js#125, I came across the issue that core-js has file names like
$.a-function.jswhich it imports using.js-free require calls.That unfortunately breaks importing those modules and I had to work around that issue in my experiment.