beemojs / beemo

🤖 Centralized configuration layer for dev tools. Beep boop.
https://beemo.dev
MIT License
143 stars 9 forks source link

STRATEGY_REFERENCE does not work on windows. #66

Closed rajzik closed 4 years ago

rajzik commented 4 years ago

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.

milesj commented 4 years ago

@rajzik Thanks for the report! I haven't had a change to do a Windows pass, but luckily this should be pretty easy to fix with normalize.

milesj commented 4 years ago

Fixed. Will be updated upstream soon.