single-spa-portal-example icon indicating copy to clipboard operation
single-spa-portal-example copied to clipboard

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

Open kbrown opened this issue 6 years ago • 1 comments

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

kbrown avatar Jun 20 '18 18:06 kbrown

Would the example below from @yzrzya1 helps?

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

joyfulelement avatar Apr 01 '19 18:04 joyfulelement