fix react setup

This commit is contained in:
Philipp Kühn
2020-04-28 23:25:56 +02:00
parent 9e1d8f1943
commit bda4bbcd6b
5 changed files with 15 additions and 36 deletions

View File

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