File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
fixtures/kitchensink/template/src Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ class App extends Component {
221
221
this . setFeature ( f . default )
222
222
) ;
223
223
break ;
224
- // case 'svg-component':
225
- // import('./features/webpack/SvgComponent').then(f =>
226
- // this.setFeature(f.default)
227
- // );
228
- // break;
224
+ case 'svg-component' :
225
+ import ( './features/webpack/SvgComponent' ) . then ( f =>
226
+ this . setFeature ( f . default )
227
+ ) ;
228
+ break ;
229
229
case 'svg-in-css' :
230
230
import ( './features/webpack/SvgInCss' ) . then ( f =>
231
231
this . setFeature ( f . default )
Original file line number Diff line number Diff line change 29
29
"types" : " ./lib/react-app.d.ts" ,
30
30
"dependencies" : {
31
31
"@babel/core" : " 7.9.0" ,
32
- "@svgr/webpack" : " 4 .3.3 " ,
32
+ "@svgr/webpack" : " 5 .3.0 " ,
33
33
"@typescript-eslint/eslint-plugin" : " ^2.10.0" ,
34
34
"@typescript-eslint/parser" : " ^2.10.0" ,
35
35
"babel-eslint" : " 10.1.0" ,
You can’t perform that action at this time.
0 commit comments