From 525bffe0e9ee1e4ec421d7484de1ab137e0a778f Mon Sep 17 00:00:00 2001 From: Sean Johnson Date: Sun, 9 Feb 2020 23:13:07 -0700 Subject: [PATCH] Fixed webpack config. --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index b032e87..d94e5d8 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,7 @@ module.exports = { path: path.resolve(__dirname, './test/build') }, resolve: { - extensions: ['.webpack.js', '.web.js', '.js', '.css', '.styl'] + extensions: ['.webpack.js', '.web.js', '.ts', '.tsx', '.js', '.css', '.styl'] }, module: { rules: [{