Hi there, `json-loader` is not required anymore because is supported by `webpack 2` out of the box and could be safely removed from React Redux starter template. When no loader has been configured for a JSON file, `webpack` will automatically try to load the JSON file with the `json-loader` either way. It is related to https://github.com/webpack/webpack/issues/3363 More info: https://webpack.js.org/guides/migrating/
Hi there,
json-loaderis not required anymore because is supported bywebpack 2out of the box and could be safely removed from React Redux starter template.When no loader has been configured for a JSON file,
webpackwill automatically try to load the JSON file with thejson-loadereither way.It is related to webpack/webpack#3363
More info: https://webpack.js.org/guides/migrating/