Using @airbnb/nimbus with webpack option doesn't work with create-config webpack --silent.
this will create config path with looks like this:
module.exports = require('./node_modules\@airbnb\nimbus\configs\webpack.js');.
In wsl it works great.
This can be due to this line. Possible fix can be with path.normilize.
Using @airbnb/nimbus with webpack option doesn't work with
create-config webpack --silent
. this will create config path with looks like this:module.exports = require('./node_modules\@airbnb\nimbus\configs\webpack.js');
. In wsl it works great. This can be due to this line. Possible fix can be withpath.normilize
.