Adding module

This commit is contained in:
Jake Archibald
2018-11-09 12:45:49 -08:00
parent aff038e894
commit 676e460654
3 changed files with 9 additions and 3 deletions

View File

@@ -141,7 +141,6 @@ module.exports = function (_, env) {
},
{
test: /\.tsx?$/,
exclude: nodeModules,
loader: 'ts-loader'
},
{