Webpack DLL - Include All Vendors

前端 未结 0 2044
难免孤独
难免孤独 2020-11-27 02:53

Is there a way by which I can include all my node_modules in webpack dll.

module.exports = {
    mode: \'development\',
    entry: {
        vendor: [\'react\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题