Akryum / meteor-vite

MIT License
33 stars 16 forks source link

Use vite:bundler inside packages? #23

Open red-meadow opened 1 year ago

red-meadow commented 1 year ago

Is it possible to process files inside a Meteor package with vite:bundler?

I have an app with several sub-apps, they are located in /packages and they use different front-ends: Vue and Svelte. I achieved this by providing different compilers in package.js files (akryum:vue-component for the Vue app, zodern:melte for the Svelte app). Is there a way to process everything with Vite?