python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Webpack cache copied files
I'm using webpack and webpack-dev-server to test changes to a React application but I have a large number of prebuilt resources (JS/CSS/etc).
To make these available to the rest of the application I a...
Mogarrr
Votes: 0
Answers: 1
Webpack@5.66.0 Webpack dev server config: options has an unknown property 'stats'
Invalid options object. Dev server has been initialized using an options object that does not match the API schema.
optionshas an unknown property 'stats'. These properties are valid:
object { allowe...
Urvesh
Votes: 0
Answers: 2
webpack 5 does not HMR (hot reload) on style changes
Webpack stopped hot reloading on any style changes (CSS, scss). Even importing styles into .ts/.js files seems to not doing much (it reloads the page, but styles apply only on the manual reload). I ru...
ereticor
Votes: 0
Answers: 1
Webpack Devserver: Open page in browser without typing '.html'
I'm making a plain, static site (HTML/CSS/JS) with Webpack that I intend to eventually deploy to s3. I have my final HTML files exported to the root of my dist folder like, index.html, foo.html, bar.h...
bill-lamin
Votes: 0
Answers: 2