michalzaq12 / xpda-dev

Cross platform desktop app development tools

Home Page:https://www.npmjs.com/package/@xpda-dev/core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seen's not working..

leohubert opened this issue · comments

webpackConfig.resolve.extensions.concat(['.tsx', '.ts'])

Change webpackConfig.resolve.extensions.concat(['.tsx', '.ts']); by webpackConfig.resolve.extensions.push('.tsx', '.ts'); it's better :)