Eivind Nilsbakken
02/07/2020, 7:41 AMSean Keane
02/10/2020, 1:19 PMEivind Nilsbakken
02/11/2020, 8:19 AM1.3.61
, except that you have to unzip the jar and publish to a npm registry manually. I also haven't found a better way to override the namespace the package is imported into, so you still have to do something like the package.json
+ index.js
"hack" described in that article to "unwrap" your package (unless you're fine with your consumers having to do that), but at least you don't have to explicitly require kotlin
anymore, since the generated module does that for you.Sean Keane
02/11/2020, 9:14 AMEivind Nilsbakken
02/11/2020, 9:58 AMSean Keane
02/11/2020, 11:36 PMgalex
03/18/2020, 9:05 AMjsBrowserWebpack
, copy the js file into a folder, create a package.json then zip them together to have an npm module?Eivind Nilsbakken
03/18/2020, 10:02 AMEivind Nilsbakken
03/18/2020, 10:02 AMSean Keane
03/18/2020, 1:49 PM