rehype-pretty / rehype-pretty-code

Beautiful code blocks for Markdown or MDX.
https://rehype-pretty.pages.dev
MIT License
1.01k stars 63 forks source link

feat: replace rollup & babel with tsup #146

Closed o-az closed 8 months ago

o-az commented 8 months ago

this replaces the following packages:

"@babel/core",
"@babel/preset-env",
"@babel/preset-typescript",
"@rollup/plugin-babel",
"@rollup/plugin-commonjs",
"@rollup/plugin-node-resolve",

and the following files:

babel.config.js
rollup.config.js

with tsup which handles handles everything those packages did (build, bundle, emit types).

netlify[bot] commented 8 months ago

Deploy Preview for rehype-pretty-code ready!

Name Link
Latest commit 6a87677a32f7475e77fab06cdbfa64d54fd06366
Latest deploy log https://app.netlify.com/sites/rehype-pretty-code/deploys/65937279db919a00086b1d97
Deploy Preview https://deploy-preview-146--rehype-pretty-code.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.