We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2737e0 commit e2393d1Copy full SHA for e2393d1
README.md
@@ -71,6 +71,8 @@ cfg.webpack.plugins.push(
71
cfg.webpack.module.rules[0].include = [
72
path.join(rootPath, srcDir + '/app'),
73
];
74
+
75
+cfg.webpack.module.rules[0].use.presets.push('@babel/preset-react');
76
```
77
78
You can overwrite:
0 commit comments