Subscribe on changes!

feat: expose moduleRewrite and compileSFCStyle

avatar
May 9th 2020

Exposing moduleRewrite and compileSFCStyle for plugin creators

avatar
May 9th 2020

This doesn't add it to the main index.ts exports

avatar
May 9th 2020

That's because currently because we use tsc to compile, I can import from dist/server/serverPluginModuleRewrite.js, but if we bundle we need to add to index.

I will add to index