Replies: 1 comment 1 reply
-
please ask in webpack-virtual-modules issue tracker |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
I'm trying to add a virtual module which exports specific files, which I need to use in bundle.
Content looks like this:
Also, it should be possible to use it in watch mode, which means the content of this virtual module can be dynamic.
First part of task solved by webpack-virtual-modules, but for some reason this plugin updates content only once and new files can't be added to virtual module.
So, maybe someone tried to solve this issue or any suggestions?
Example of my plugin:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions