Support webpack@5
See original GitHub issueVersion
16.0.0-alpha.3
Reproduction link
https://github.com/vankop/vue-next-webpack-preview
Steps to reproduce
This already done for vue-loader@15
, will be great to do this for next
branch as well
What is expected?
build completed
What is actually happening?
Error: Cannot find module ‘webpack/lib/RuleSet’ here
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:8 (2 by maintainers)
Top Results From Across the Web
webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable...
Read more >Webpack 5 Adoption - Next.js
Improved Long Term Caching of Assets: Deterministic code output that is less likely to change between builds; Improved Tree Shaking; Support for assets...
Read more >facebook/create-react-app - Webpack 5 support overview
Overview of tasks needed for updating CRA to Webpack 5 - Some of the work will support both Webpack 4 + 5 but...
Read more >Getting Started With Webpack - Smashing Magazine
Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript ...
Read more >create react app - Webpack 5 support for SharedWorkers?
I faced with the same problem, what works for me is to put the worker.js file under the public folder, and then this...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Both v15 (for Vue 2) & v16 (for Vue 3) have supported webpack 5, and corresponding tests have been added. So I’m closing this issue.
Hello! 👋 What about vue 2.x.x support on webpack 5 ? It seems it doesn’t work for me with
vue-loader@next
😞Edit, hum, it actually seems to work with vue-loader@^15.0.0 😸