javascript - get multiple bundles from webpack depending on parameters -


hi using webpack create bundles of application. depending on parameter passed in node console, want application output multiple bundles.

for example lets have main folder , other sub folders c1,c2,c3 contain pieces of code.

now pass params webpack sub folders , output should c1.bundles.js,c2.bundles.js,c3.bundles.js (combination of main , sub folders). have managed alias part. need in outputting multiple folders.

should call bundler process multiple times output different folders or there other novel way?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -