sysgears / webpack-virtual-modules

Webpack Virtual Modules is a webpack plugin that lets you create, modify, and delete in-memory files in a way that webpack treats them as if they were physically presented in the file system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]

xshua06 opened this issue · comments

  • I'd be willing to submit the fix

Describe the bug

Generating dynamic virtual modules not update when writeModule.

To Reproduce
image

Screenshots

image

Environment if relevant (please complete the following information):

├─ webpack-dev-server@4.11.1
├─ webpack-merge@5.8.0
├─ webpack-virtual-modules@0.4.6
├─ webpack@5.75.0

  • OS: [e.g. OSX, Linux, Windows, ...] Mac OSX
  • Node version [e.g. 8.15.0, 10.15.1, ...] v16.15.0
  • Webpack version [e.g. 4.26.1, ...] 5.75.0

Additional context

Add any other context about the problem here.

Please reopen with full reproduction steps. For now I'm closing the issue as invalid.