python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
html-loader only works on index.html file
I'm working on a static site project, and have to now add multiple pages using the same header and footer. I'm trying to do this by turning the header.html and footer.html files into partials.
I've se...
jerome
Votes: 0
Answers: 0
HtmlWebpackPlugin putting all script tags in one line?
why is this code putting all the script tags in one line? It looks ugly, please help me
first it was putting everything on one line but now its only putting script tags in one line
const path = requir...
pharellwilliams
Votes: 0
Answers: 2
webpack-dev-server doesn't update HTML auto?
I'm using webpack-dev-server with webpack v5 and for a reason when I made changes in my CSS and js it updated on time as expected but for HTML files I have to refresh my browser manually to see the ne...
Ayman Morsy
Votes: 0
Answers: 2
web pack 5 configuration
I recently updated all my dependencies including
(Webpack 4.44 -> Webpack 5.69, react-router-dom 5 -> react-router-dom 6 and react 16 -> react 17).
I am trying to configure webpack but i am g...

Shaonline
Votes: 0
Answers: 1