Akryum / meteor-vite

MIT License
33 stars 16 forks source link

React Example: Prevent Vite from bundling React when it's already bundled by Meteor. #43

Closed JorgenVatle closed 10 months ago

JorgenVatle commented 10 months ago

A proof of concept for addressing an issue where React would be bundled by both Meteor and Vite leading to React being unable to initialize properly.

Todo: