DEV Community

Discussion on: webpack 5 - tutorial for building multipage website

Collapse
 
marta_johnsson profile image
martajohnsson • Edited

I was able to solve it with HtmlWebpackPlugin and templates that building my script/style secion into partial views.
Had to add cutom html extension (found here: [stackoverflow.com/questions/543353...] ) to could render those sections in my partial, it is not allowed by default.
Working great. Thank You for the idea with HtmlWebpackPlugin, wouldn't come so far without that.