webpack-isomorphic-tools v3.0.0 Release Notes

    • No new major features added / no rewrite. Incrementing the major version just so it doesn't break anything because many people use it in production. Tweaked npm module resolution algorithm a bit (miscellaneous) and also added runtime option for asset types which performs asset source compilation at runtime rather than at build time (this can be used for Webpack loaders returning javascript functions or React component classes — stuff like that, because it's not serializable to webpack-assets.json). Added configuration example for svg-react-loader.