Visual Studio Code – Using ES6 modules in VS Code Webview
tl;dr: (how) can I use an ES6 module that imports other modules' exports, in a VS Code extension creating a Webview? Situation I'm trying to update and improve a VS Code extension first written 4 years ago. The extension creates…