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
Currently, when you install webpack, all node modules are loaded and stored in node_modules/ (there are thousands of files). We are gitignoring that file in this project for now. We want this task to look at two things:
figure out if we can choose which node modules to include, and
determine if caching these on s3 and having a fetch step to put into node_modules/ will mean people won't have to install everything themselves.
The text was updated successfully, but these errors were encountered:
Currently, when you install webpack, all node modules are loaded and stored in
node_modules/
(there are thousands of files). We are gitignoring that file in this project for now. We want this task to look at two things:node_modules/
will mean people won't have to install everything themselves.The text was updated successfully, but these errors were encountered: