me-12 / single-spa-portal-example

Example project on how to combine multiple SPA's on a single Website
MIT License
407 stars 136 forks source link

Example uses webpack-dev-server which is presently in a maintenance-only mode #28

Open kbrown opened 6 years ago

kbrown commented 6 years ago

Please note that webpack-dev-server is presently in a maintenance-only mode and will not be accepting any additional features in the near term. Most new feature requests can be accomplished with Express middleware; please look into using the before and after hooks in the documentation.

For reference https://github.com/webpack/webpack-dev-server

Mostly I created this issue because I want to have a discussion on what the alternative "Express middleware" would be

joyfulelement commented 5 years ago

Would the example below from @yzrzya1 helps?

https://github.com/me-12/single-spa-portal-example/issues/68#issuecomment-462451301