ericclemmons / start-server-webpack-plugin

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

Add integration tests and use github actions #35

Closed fivethreeo closed 4 years ago

fivethreeo commented 4 years ago
fivethreeo commented 4 years ago

Also adds support for webpack5

wmertens commented 4 years ago

:-/ sadly, the most recent version is on the use-the-fork branch. Could you check if it works for you with start-server-webpack-plugin@beta?

The mechanism changed a lot, so I'm afraid you'll need to do some adjustments to make it work on the new branch.

fivethreeo commented 4 years ago

Fixed the issues, but the travis build does not work. Maybe some caching?

fivethreeo commented 4 years ago

Working travis build now