You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If template's node_modules is present, these are copied to webcontainer. This can easily lead into copying 10s of megabytes of content. Also platform specific modules will not work as they are not using wasm builds of native modules.
Describe the bug
If template's
node_modulesis present, these are copied to webcontainer. This can easily lead into copying 10s of megabytes of content. Also platform specific modules will not work as they are not using wasm builds of native modules.Steps to reproduce
npm create tutorialcd src/templates/default; npm installExpected behavior
node_modulesshould be excluded by default.Screenshots
Platform
Additional
tutorialkit/packages/astro/src/webcontainer-files/constants.ts
Line 1 in d21d5e9