try to improve react support

This commit is contained in:
Philipp Kühn
2021-03-08 13:19:05 +01:00
parent 48c747be02
commit c20b43aa6c
14 changed files with 797 additions and 197 deletions

View File

@@ -57,6 +57,7 @@ module.exports = function (api) {
api.chainWebpack(config => {
config.resolve.extensions
.add('.ts')
.add('.tsx')
.add('.jsx')
config.module