Jonny Buchanan

Results 130 comments of Jonny Buchanan

Created https://github.com/MoOx/eslint-loader/issues/153, which would allow nwb to manage the ESLint dependency for you in a way which supports global usage.

`hmre` is specifically for disabling use of React Transform and `reload` is used to configure `webpack-hot-middleware`'s client - doing this would involve adding another option to skip using `webpack-hot-middleware` and...

I'm thinking build commands should only clean up directories they generate, so we should add support for something like a `--keep-coverage` flag to the clean commands and pass it when...

Remembering why I hardcoded all the entry points - they end up in 3 different configurations of webpack config (path, object with path, array of entry points) and the same...

Of course! Command line arguments!

That's because the [default config for `webpack.extractCSS`](https://github.com/insin/nwb/blob/master/docs/Configuration.md#extractcss-object--false) puts a contenthash in the filename for production builds and [we now always run UMD builds in production mode](https://github.com/insin/nwb/blob/master/docs/Configuration.md#extractcss-object--false) because Webpack 4's new...

> Do you know what that is about? Is one supposed to be minified and the other not? It's the combined output of 2 set of Webpack stats for which...

Me looking at https://github.com/how-to-react, @stephenwf: 😮😮😮 Would the proposal in https://github.com/insin/nwb/issues/112#issuecomment-346020207 help here? Only just saw your comment above and `create-nwb-webpack-config` is pretty much what I was thinking of for...

I can do something to associate a name with each plugin for config purposes similar to the way webpack loader config works, which should make it easier to flag them...

It looks like @pmmmwh/react-refresh-webpack-plugin wasn't compatible with IE11 until [v0.3.2](https://github.com/pmmmwh/react-refresh-webpack-plugin/blob/main/CHANGELOG.md#032-22-may-2020), nwb v0.24.6 is using v0.3.1. A more recent version will be used in the next minor release, but that'll be...