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
@lukeed Have you thought about this? I was never able to find a good compromise, so I did nothing. Maybe your current approach is better, it works. Feel free to close.
Hey, I have a lot of stuff in the works, I just haven't had time to refine it and publish it yet.
The only way to do this outside of package.json is with try-catch and require.
Honestly, I've never heard of someone having an issue and trying to bypass package, so this is a really low priority... I leave it open just to think about every once in a while lol
I remember not liking this approach, the idea of using pkg.json to store configuration, because I disliked it when I was working with ember-cli and their rampant use of pkg.json similarly. But that was an extreme example, and it's not like you are abusing it either.
This was an early decision choice which I felt would help reduce boilerplate, and it does. On the other hand, it's magic.
EDIT: Grammar.
If you already know the API, you'd know that
.source
and.target
are core and that.sass
or.xo
must be plugins, but what about plugins like.concat
.The text was updated successfully, but these errors were encountered: