ModusCreateOrg/budgeting

vendor packages from package.json

Closed this issue · 1 comments

anvk commented

Would it be beneficial if we just add all dependencies from package.json as vendor files in
webpack.config.js

grgur commented

Ideally you would let webpack figure it out to leverage tree shaking. You don't want the entire module checked in sometimes.