Mikhail Shipov
Mikhail Shipov
Similar to issue https://github.com/leo/args/issues/88, but on wsl. Think problem is that it is not `win32` platform, but still got the extension
## Feature request Add `readonly` mode for filesystem cache to outcome shared cache missing limitation **What is the expected behavior?** It should be possible to use already existing cache without...
### Problem Css modules variables values not converted by `color` function ### Example ``` // index.css @value transparentBlack: color(#333 a(8%)); ``` ``` //index.js @import { transparentBlack } from './index.css'; console.log(transparentBlack)...
All modules already presented in root `modules` field of `stats.json`. Further more no `module.modules` field found in webpack [documentation](https://webpack.js.org/api/stats/#module-objects) Webpack bundle analyzer [handle duplication issue](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/src/analyzer.js#L189C3-L189C29) with module.id check for already...
### Expected Behaviour Output js should contain transpiled import paths according to compilerOptions.paths config. This behaviour will be in sync with how babel handles that with its [plugin](https://www.npmjs.com/package/babel-plugin-module-resolver) and also...
It is a common mistake to forget about add .npmignore in new package directory
Case of "always released" package is frequent enough to do that
Not scoped auth credentials in npmrc are banned now. See https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md#auth
Sometimes release tag not fetched beacuse git depth is limited by config. In this case publication can silently fail without published packages. We should somehow notify user about this case...