Chris Blossom

Results 59 comments of Chris Blossom

@tribou It is just as easy supporting ``lerna`` as it is ``yarn workspaces``. IMO, they should be treated the same. I'll try and put something together soon, although my free...

I'm now thinking it is better to not handle ``yarn workspaces`` and ``lerna`` as special cases. Otherwise it will make relative paths inconsistent to absolute paths. This most likely applies...

@nason I am unsure why you are seeing `` instead of ``. This sounds like a bug, not an issue with `yarn workspaces`. I've created a minimal repo that showcases...

I'm not 100% sure this should be merged because it might have other side effects. Wonder if there is a way we can make this opt-in? Edit: Definitely hold off...

I am seeing a similar issue with `.ts` and `.tsx` files. (ESLint works as expected with Typescript when only using types)

I think the issue is you are including ``.pug`` files via the regular Browsersync config. See [html-injector#options](https://github.com/shakyShane/html-injector#options). > files - String|Array File watching patterns that will trigger the injection. **NOTE:...

See also: https://github.com/webpack/webpack/issues/1904 and https://github.com/johnagan/clean-webpack-plugin/issues/11

> Write always in STDERR (but other tools/plugins write in STDOUT) I think this is the proper way to log outside of webpack, which this plugin aims to do. Otherwise...

I thought they removed the `current` symlink, but it looks like it just isn't enabled by default. > nvm use will not, by default, create a "current" symlink. Set $NVM_SYMLINK_CURRENT...