rprovodenko
rprovodenko
We seem to be experiencing the same issue
Sorry, I still don't understand if node-addon-api is a replacement for NAN or not? when should you use either?
Google supports this (in advanced search)
The line width is different (`160`, not `80` as the code in post 3 assumes), and the first line is invisible. If you change the function to ``` #[no_mangle] pub...
https://github.com/phil-opp/blog_os/pull/1252 is the fix
>Which options are missing? Out of the ones that are shown here: https://github.com/vercel/ncc/blob/a99ca13f4105858e52091c6ccafca540c74f181d/readme.md#programmatically-from-nodejs - filterAssetBase - sourceMapBasePrefix Also, it would probably be a good idea to allow configuring these properties...
Update: My proposed workaround (changing cwd to root level package before invoking build) doesn't work if you have `paths` defined in `tsconfig` (see https://github.com/vercel/ncc/issues/953)
fix ready for review https://github.com/vercel/ncc/pull/955
Any news on this? Copying assets I find is a weak spot for ncc. How about adding the ability to specify hints/directives to ncc to help it with this?
Hi @odino there are other use cases for testing a different bunch of stuff, i.e. we're currently testing a client that needs to also deal with pdf resources in a...