Akryum / meteor-vite

MIT License
34 stars 19 forks source link

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

Closed JorgenVatle closed 1 year ago

JorgenVatle commented 1 year 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: