single-spa / standalone-single-spa-webpack-plugin

A webpack plugin for running microfrontends in standalone mode.
MIT License
42 stars 8 forks source link

Compatibility with html-webpack-plugin@3 #3

Closed joeldenning closed 3 years ago

joeldenning commented 3 years ago

Currently standalone-single-spa-webpack-plugin only works with html-webpack-plugin@4. However, vue-cli still uses html-webpack-plugin@3 and so this plugin isn't usable in most Vue applications.

Some quick research showed that html-webpack-plugin@3 has similar hooks as v4, so I think that supporting both might not be too hard.