Serve the source for a module required from a webpack bundle
I have a vscode extension that is bundled using webpack. Referencing an npm package with import
or require
causes it and its dependencies to be bundled as expected.
I have a vscode extension that is bundled using webpack. Referencing an npm package with import
or require
causes it and its dependencies to be bundled as expected.