webpack / webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

Home Page:https://webpack.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack5.90.0 Modifying files in the node_modules directory (local component library) cannot trigger hot updates

coder-fengjun opened this issue · comments

Bug report

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce.

What is the expected behavior?

Other relevant information:
webpack version: 5.90.0
Node.js version: 16.19.1
Operating System: M1 OS
Additional tools: Vue-cli

Please read #11612