marp-team / marp-core

The core of Marp converter
MIT License
766 stars 129 forks source link

Prebundle PostCSS plugins for minifyCSS option #315

Closed yhatt closed 1 year ago

yhatt commented 1 year ago

This PR is trying to bundle PostCSS plugins used by minifyCSS option into Marp Core.

These plugins (from cssnano project) are designed for development with Node.js ecosystem. So some problems are brought in Marp Core:

Cons: Prebundle will bring complex rollup setting. I have thought about porting plugin implementation from originals, but I thought prebundling is still better to keep up to the latest of (more complex) minify logics.

Fix #314.