Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CosmeValera/CosmeValera.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmeValera committed Sep 1, 2024
2 parents e8a4cc9 + c802f6c commit 630261b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/blog/2024-07-01-vite-vs-webpack-mf.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ description = "Comparing Vite and Webpack for microfrontend development"

![garnalds](/images/blog/general/garlands.png)


<h4><b>Resources</b></h4>

- Learn to create a <b>Webpack</b> project with MF: <a target="_blank" href="https://youtu.be/lKKsjpH09dU?si=lVE58HAuWyddfuRe" class="presentation-text">Click here</a>

- Learn to create a <b>VITE</b> project with MF: <a target="_blank" href="https://www.youtube.com/watch?si=D_stg3jW_fGL2uKh&v=t-nchkL9yIg&feature=youtu.be" class="presentation-text">Click here</a>

<h4><b>Conclusion</b></h4>

Choosing <b>Webpack</b> or <b>Vite</b> depends on your project needs. <b>Webpack</b> works well with microfrontends and has a mature ecosystem. <b>Vite</b> is faster for development and builds but needs all microfrontends built and previewed for Module Federation.

0 comments on commit 630261b

Please sign in to comment.