Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我浏览了所有互联网,只是找不到如何将node_modules块(重约 2mb)分成更小的块。
node_modules
我使用 Webpack 4(如果重要的话,使用 Vue.js)和
optimization: { splitChunks: {chunks: 'all'}}
环境。我得到的只是单独vendor.js的app.js文件:
vendor.js
app.js
我真的对 Webpack 的不可配置性感到筋疲力尽——不应该默认设置吗?这个应用程序有 5 页大,我什至不会说它是一个中等大小的应用程序。