executablebooks / markdown-it-docutils

A markdown-it plugin for implementing docutils style roles/directives.
https://executablebooks.github.io/markdown-it-docutils/
MIT License
12 stars 8 forks source link

🔧 Update packaging to create unbundled modules #26

Closed rowanc1 closed 2 years ago

rowanc1 commented 2 years ago

This improves the packaging export to allow for tree-shaking in down stream packages. Bundles are at the top,

Downstream testing:

The new dist folder looks like: image

rowanc1 commented 2 years ago

@chrisjsewell this is good to go!

Have rebased and tested downstream packages (shouldn't be any changes).

The references updates look good in vscode. :) image