How can I just build the web_modules folder? #1672
Unanswered
bendavis78
asked this question in
Q&A
Replies: 2 comments
-
as i am reading webpack 3.0 is using sdn so you dont need web_modules anymore ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm reading several articles about snowpack that say to just run
npx snowpack
to build the web_modules folder. However, when I run that command I just get help text.If I just want to build the web_modules folder based on my current dependencies, how can I do that? I tried running "snowpack build" and it just copies everything in my dir to a build folder and doesn't seem to add anything else.
Beta Was this translation helpful? Give feedback.
All reactions