You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: