Fix typo in typescript test.
This commit is contained in:
parent
b83b38e2b9
commit
156d5099d5
@ -64,7 +64,7 @@ module.exports = {
|
||||
// exclude: /node_modules/,
|
||||
// loader: 'babel-loader'
|
||||
}, {
|
||||
test: /\.ts?$/,
|
||||
test: /\.ts$/,
|
||||
//exclude: /node_modules/,
|
||||
use: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user