meteor-vite icon indicating copy to clipboard operation
meteor-vite copied to clipboard

Use vite:bundler inside packages?

Open red-meadow opened this issue 2 years ago • 0 comments

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?

red-meadow avatar Feb 06 '23 10:02 red-meadow