Ivan Lagunovsky
Ivan Lagunovsky
v4
- Update svgo to v2 - Update babel to v7 - Using jest instead of tap - Improved type coverage - Generate named components #307 #295 #303 #323 #318
 ```js { test: /\.svg$/, use: [{ loader: 'react-svg-loader', options: { componentName: (resource: string) => { return config.environment.production === true ? null : upperFirst(camelCase(path.parse(resource).name)) }, } }] } ```