|
|
|
|
|
by s5806533
1595 days ago
|
|
Thanks for the tip! I guess I only used webpack because vue-cli set up my project that way. Whenever I return to the project, hell breaks loose: "npm install" (whoops, 51 vulnerabilities!), "npm audit --fix" (what now? 72 vulnerabilities? I thought this was supposed to go down not up), initialize a fresh project with the CLI so as to get the latest possible scaffolding and then migrate stuff over from the old project etc. etc. This really appears brittle to me. |
|