ericclemmons / start-server-webpack-plugin

Automatically start your server once Webpack's build completes.
MIT License
158 stars 26 forks source link

Allow specifying entry to run #7

Closed wmertens closed 7 years ago

wmertens commented 7 years ago

When making an entries object, it's not predictable which entry will be first. This patch allows specifying the entry by name.

This is useful when your server consists of eg. several files that run in multiple processes.

wmertens commented 7 years ago

@ericclemmons ping?

ericclemmons commented 7 years ago

So sorrry about being late on this. I'll release it. Been super swamped :(

wmertens commented 7 years ago

I completely understand and would not want to stress you out, was just not sure you saw it 😄