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

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

Does this plugin work with craco-plugin-single-spa-application? #18

Closed nicolerimando closed 3 years ago

nicolerimando commented 3 years ago

I'm currently trying to convert a create-react-app to a MFE app using craco/craco-plugin-single-spa-application, but I haven't gotten the standalone plugin to work with it. Is it possible to get both working? Thanks!

joeldenning commented 3 years ago

I imagine it would work but haven't tried this. This plugin interacts with html-webpack-plugin, which create-react-app uses.