Warm tip: This article is reproduced from stackoverflow.com, please click
node.js npm reactjs

Installing dependencies in React

发布于 2020-04-07 10:22:12

If I downloaded a dependency using "npm install pkgname --save" but never used it will it slow my speed on production build react?

Questioner
Jainam
Viewed
76
Hermes Vitor 2020-02-01 02:31

Webpack2+ won't bundle unused code on your final production build