single-spa / single-spa-examples

Examples of single-spa applications.
https://single-spa.surge.sh
MIT License
359 stars 128 forks source link

upgrade to webpack 4 and @babel 7 #67

Open opadilla opened 5 years ago

opadilla commented 5 years ago

Would love to use this but reverting our existing codebase from latest versions of webpack and babel to older versions (webpack 3 and babel 6) is a tough sell

frehner commented 5 years ago

This is just an example; it's not recommend to build an actual app based on this repo.

If you're looking for a good example to build off of, check out https://single-spa.js.org/docs/separating-applications.html#comparison and check out the simple-webpack-example or systemjs example. :)

joeldenning commented 5 years ago

Agreed -- this demo repo is not the best one to base your code off of. https://gitlab.com/TheMcMurder/single-spa-portal-example/ is a better one.

With that said, I agree this repo could use some attention. Will leave this open for when we have the time to upgarde.