Charlie Robbins
Charlie Robbins
Rly? ok. https://gist.github.com/800931
I would reserve the strings. using 'utf-8' as an encoding is not the same as using 'utf8' you could expose the strings as vars to help people: var md5 =...
@RobertCZ when this lands in `request` I'll give it a shot
@Oza94 a rewrite of `README.md` would be very welcome.
In the meantime I realized I can accomplish this with `packageFilter`: ``` js resolve.sync('@scope/my-module', { browser: 'module', packageFilter: pkg => { pkg.module = pkg.module || pkg.browser; return pkg; } });...
This is by design. There is no way exposed to force the hierarchy to not merge objects from various providers. To work around this in the config you wish to...
Wow, forgot this even existed. Thanks, now if I could only remember where I worked around this >_<
+1 @ThyrixYang I'll cut right to the more objective reason for a change here: **the vast majority of this JSON is not settings.** Let us consider the default screen that...
Also think about `flatiron`. Check out this pull request on issues: http://github.com/vesln/issues/pull/8
The way configuration is handled is also really useful. For example I don't want to have to do `-t - -u