CleyFaye
CleyFaye
Hi, I think it is worth mentionning that although moment-with-locales.min.js works fine with version 2.29.3 it is not the case with moment.min.js. The actual hash I get is different from...
> Any reason why stale bot is trying to close PR's? I'd say it's > because it has been open 90 days with no activity
There is the option of using a barebone webpack config to create a single JS file containing all dependencies and not having any external import. Something like this: ``` const...
That was what we were doing until a recent update of `ncc` added compatibility with module-based source. It now produce files that `pkg` can't use; I could restore the build...
Not with an option, sadly. But in the end, `ncc` basically wraps webpack, hence our solution above. I'm not sure which of the two tools should change, but as it...
The exact issue, on a very minimalist project: - have `"type":"module"` and `"bin":"main.js"` in `package.json` - have `import fs from "fs";` in `main.js` - run `pkg .` It will output...
The change was introduced in with [email protected]. Since we stopped using it I can't tell if something changed in later releases though.
Hi, We're facing this problem. Short term we're going to fork and update the package name. However I'd be happy to provide a PR for this afterward. What package name...
Yes, we ended making a fork, but it's not published. We might do that though; I'll have to check with the higher ups if it's fine with them, since we...
It has been removed in v7. You either have to use another project that reproduce the old CLI, write one yourself or adapt from the examples.