Alan Dávalos
Alan Dávalos
@jonahbron I tried this, it was a bit annoying to configure but I managed to get it working Here's a sample bash script for generating the ts files and the...
Then again this only worked for the grpc-web_out files, the other files were still generated as commonjs modules, but I guess it's something
I will try to do 2020's javascript article
Does anyone have a solution for this? The inline flag doesn't seem to do anything, compiled code just ends up like this: ```js var s=new Worker(e,{inline:!0}) ```
@developit Thanks for your answer, I think the `inline` feature you propose would be a great enhancement for my use case at least I tried using the workaround you mentioned...
@developit I tried doing it as you said but got an error regarding the usage of `new`, I changed it slightly and the closest I got was by doing this:...
@developit You can pretty much ignore my last comment, I managed to get this working, thanks a lot!! 💯 The important steps are: Add the following to a script that's...
Related: https://github.com/mjackson/unpkg/pull/304
> This seems like a smart addition to our overall work! > > https://sachagreif.com/ Runs both the CSS and the JS surveys. I wonder if there's anything we could benefit...
A bit of a bump to this issue, I could look into trying this too if you can point us to what needs to be changed specifically