DEV Community

lechat
lechat

Posted on

2 1

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.

Heroku

This site is powered by Heroku

Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.

Sign Up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay