Ivan Lagunovsky

Results 4 issues of Ivan Lagunovsky

- Update svgo to v2 - Update babel to v7 - Using jest instead of tap - Improved type coverage - Generate named components #307 #295 #303 #323 #318

![](https://user-images.githubusercontent.com/6282615/136690931-144b5aa0-62d9-4e14-a2b4-3f81d35df4af.png) ```js { test: /\.svg$/, use: [{ loader: 'react-svg-loader', options: { componentName: (resource: string) => { return config.environment.production === true ? null : upperFirst(camelCase(path.parse(resource).name)) }, } }] } ```