From ef309186b95e2300647df2c8a71c4c3fc6d7d339 Mon Sep 17 00:00:00 2001 From: Michael MacFadden Date: Sun, 3 Mar 2019 23:12:47 -0600 Subject: [PATCH] removed unneeded extensions from the webpack build. --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 66ccf1d..7872eba 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,7 +21,7 @@ module.exports = { ] }, resolve: { - extensions: [ ".tsx", ".ts", ".js" ], + extensions: [".ts"], }, plugins: [], externals: {