Fix typo in typescript test.

This commit is contained in:
Alexis Lahouze 2018-06-09 23:50:49 +02:00
parent b83b38e2b9
commit 156d5099d5
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ module.exports = {
// exclude: /node_modules/,
// loader: 'babel-loader'
}, {
test: /\.ts?$/,
test: /\.ts$/,
//exclude: /node_modules/,
use: [
{