marp-team / marp-core

The core of Marp converter
MIT License
775 stars 130 forks source link

Bundle external modules used by emoji plugin #323

Closed yhatt closed 1 year ago

yhatt commented 1 year ago

Bundled external modules used by Marp Core's emoji plugin.

We had defined external modules related to emoji plugin as dependency, to allow developers fix module vulnerabilities by bumping patch version. However, now bundling them might not bring a problem, because twemoji could no longer expect to be updated due to Twitter's product restructuring.

Bundling them can get ready for #320. In addition, can resolve confusion about default export between CJS and ESM in user-side bundler, that was reported at #322.