DEV Community

lechat
lechat

Posted on

Springboot + MPA + webpack

MPA

Webpack is usually used for Single page application recently. You can find many articles on how to set up webpack for SPA. But, in my case, I had to use webpack for Multi Page Application (MPA).

It was a bit difficult to use Webpack for MPA Spring boot, so I want to share how I did it.

How I used webpack for spring boot MPA

You can see how I used webpack for spring boot MPA from here:
https://github.com/lechatthecat/vanilla-javascript-boilerplate-spring-boot

Top comments (1)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.