webpack-virtual-modules
webpack-virtual-modules copied to clipboard
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.
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...
Hello Maintainers, First, thank you for this incredibly useful plugin! We are heavily relying on webpack-virtual-modules for dynamic module generation in our project. However, we've encountered an issue when trying...