vue-prism-component
vue-prism-component copied to clipboard
bundle Prism in the ESM version to prevent Vite issues
fixes: #40
PS: we can remove --bundle-node-modules again once the ESM version of Prism comes out.
fixes: #40
@egoist kindly review this small PR with great benefit : )
After SO MUCH debugging because my own lib didn't work in Vite this is the problem.... pls @egoist review and accept this
I create a fork with the dist of your fork, so anyone can install directly https://github.com/Nisgrak/vue-prism-component
npm i https://github.com/Nisgrak/vue-prism-component
yarn add https://github.com/Nisgrak/vue-prism-component
@Nisgrak i also wasted about 4+ hours on this issue, but I learned alittre bit while finding out what exactly was going wrong. : )