Questions tagged [webpack-5]

Use this tag for questions specific to features in Webpack 5. When using this tag, also include the more generic [webpack] tag where possible.

Use this tag for questions specific to features in Webpack 5. For general Webpack questions, the correct tag is .

Webpack 5

Migrating instructions can be found in the documentation.

862 questions
-1
votes
1 answer

TypeError: Cannot read property 'exec' of undefined (mb problem with styles)

Project: Next.js (11v) After update my project from Next8 to Next11 with all libraries, I got million problems, fix them (some temp off) and at now have Webpack error: $ next build && tsc --project tsconfig.server.json info - Using webpack 5.…
Roman Nozhenko
  • 698
  • 8
  • 21
-1
votes
1 answer

How to enable live reload on webpack only for some type of files

I have been struggling for over two days to come up with the perfect setup for webpack when using express and EJS. This is where I am at at the moment: https://github.com/ZeldOcarina/webpack-express-ejs-setup Right now I have HMR enabled for SCSS…
Mattia Rasulo
  • 1,236
  • 10
  • 15
-3
votes
1 answer

I am migrating my Gatsby site from v2 to v3 and I have updated my npm packages but I am getting errors

I am migrating from gatsby v2 to v3 so that I can use Gatsby Incremental build in my website without using Gatsby cloud services but on updating gatsby version and updating every outdated npm packages I am getting errors for this Mini Extract css, I…
1 2 3
57
58