C

Results 4 issues of C

https://www.chromestatus.com/features/5093566007214080

Hi, there. I found an interesting case that can be consistently reproduced. If I specify option 'includeAbsolutePaths' and use an inline loader which contains a sub path '/node_modules/', `webpack-node-externals` would...

Learn more about caching in Github Actions and improve CI execution time. Useful references: * https://github.com/actions/setup-node#caching-global-packages-data * https://github.com/actions/cache * https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows Some thinkings: 1. As devs from different countries may use...

enhancement

Learn more about npm package provenance and evaluate whether to add it for statofu. Useable references: * https://github.blog/2023-04-19-introducing-npm-package-provenance/ * https://docs.npmjs.com/generating-provenance-statements/ * https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions

enhancement