Ardalan Amini
Ardalan Amini
Hi @pastelsky I made the pastelsky/package-build-stats#53 PR in regard to upgrading to webpack 5, which also adds support for multi-entry packages (with `package.json` `exports` field) as well as sub-path imports...
Also, `webpack` already supports the package `exports` & `imports` (imports from `"#*"`), so the `#*` dependencies are not considered missing anymore (At least it seems to work for my tested...
**Note:** For normal packages, I tested it with: [`[email protected]`](https://npmjs.org/package/lodash-es), [`[email protected]`](https://npmjs.org/package/react-dom); It also worked for this package which is failing at `bundlephobia` right now (`Terser` related): [`[email protected]`](https://www.npmjs.com/package/prototyped.js)
@RobloxianDemo Hi, Thanks for submitting this feature request, I'm happy to hear that you find this action useful. To be clear, you don't want to reference all the different commits...
Additionally, can you share the config you're using to generate your Changelog?
I just released the `v4`, I think it also solves the issues you're facing 🤔 As for the inputs you might want to change: (based on your screenshots) ```yaml include-compare-link:...
Ok, it seems I have missed a big point here! At the moment this action does not support monorepo projects, and it might take a while before that can be...
I'll have to look for a solution for the issue I mentioned earlier about detecting the commit for each sub-project; I have some initial ideas how to do it but...
@SamuelJohnsonMedia Hi, Thanks for the contribution Correct me if I'm wrong, but I don't think the log file changes take effect unless they're committed. Can you add the process to...
@SamuelJohnsonMedia Sorry for not taking action on this PR for so long, if you're still willing, can you rebase and resolve the conflicts so that we can finalize and merge...