module.exports = {
    entry:{                    //入口文件
        home:"xxx",
        signup:"xxx",
        },
    output:{          //出口文件
        filename:"[home].build.js",
        path:__dirname + "dist",     //可分发的
    }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-08-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-10-29
  • 2021-08-13
相关资源
相似解决方案