How to package multiple projects in Webpack

A webpack project needs to be packaged into multiple production environment projects.
configure an array in prod.env.js to package according to the objects in the array

config:[{
id:"A1",
type:1,
host:"www.aaa.com"
},
{
id:"A2",
type:2,
host:"www.bbb.com"
}]
...
  1. how to complete multiple packaging operations dist-A1, dist-A2
  2. how to call configuration parameters id, type, host during multiple packaging
Mar.12,2021

https://github.com/chocho-111.
doesn't know if you want something like this

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b396f3-2c1aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b396f3-2c1aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?