trivago / parallel-webpack

Builds multi-config webpack projects in parallel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace [variables] inside output

crazyx13th opened this issue · comments

Hi there,

would be nice if I can see the filename.

current webpack config
grafik

current log
grafik

should be:
grafik

thx!

greetings
crazyx13th

This should already work:
https://github.com/trivago/parallel-webpack/blob/master/src/webpackWorker.js#L18

Though it only works if you set entry to be an object with a single entry. Otherwise we won't know how to derive the name. Could you try it out?

Working:

grafik
grafik

Not Working:

grafik
grafik

Not Working:

grafik
grafik

grafik
grafik
https://webpack.js.org/concepts/entry-points/

And Functions

webpack/webpack#4456

Thx!!