joeldenning / vite-single-spa-example

MIT License
63 stars 25 forks source link

[Question] Why does an Application need an index.html? The root config should have one? #20

Open joeframbach opened 2 years ago

joeframbach commented 2 years ago

As far as I understand, the Application should only export a module with the single-spa lifecycle hooks. Why does this application module need an index.html? The root config defines the routes where the application is active, so why does this application module define a "base" in the vite config? I'm quite confused.