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 [terser](https://github.com/terser/terser) from 5.3.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
- [x] I'd be willing to implement this feature ## Describe the user story As a Webpack Consumer, I would like to be able to query the VirtualModulesPlugin, so that...
**What's the problem this PR addresses?** Try to eliminate extra rebuilds under watch mode, as issue #121 points out. **How did you fix it?** By making a proxy through `WatchFileSystem`,...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
- [x] I'd be willing to submit the fix **Describe the bug** I have a file system watcher (`gatsby-page-utils`). I derive a JSON from the file changes (addition/removal) of a...
- [ ] I'd be willing to implement this feature **Describe the user story** I am currently using this module as part of [@marko/webpack](https://github.com/sysgears/webpack-virtual-modules/issues). The loader for this module adds...
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...
This is just a question: Is there a way to trigger Webpack to trigger a recompile on file changes? I've got a JavaScript module that builds out CSS. That's what...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...