Gabriel Cheng
Results
1
issues of
Gabriel Cheng
In [the config](https://github.com/erikras/react-redux-universal-hot-example/blob/master/webpack/webpack-isomorphic-tools.js), you can see that `svg` is configured separately in the `assets`: ``` svg: { extension: 'svg', parser: WebpackIsomorphicToolsPlugin.url_loader_parser }, ``` Why is that? When I added it...