expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
347 stars 96 forks source link

fix(snackager): do not import `node_modules` files when importing from git #553

Closed byCedric closed 4 months ago

byCedric commented 4 months ago

Why

Snack uses snackager to load dependencies. We should not be importing the node_modules when people import their git project.

How

Test Plan

See CI