:thinking_face:

pull/885/head
Rick Carlino 2018-06-14 09:09:44 -05:00
parent b8cca8b177
commit edf807873c
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ module.exports = {
}, },
{ {
test: /\.tsx?$/, test: /\.tsx?$/,
use: "ts-loader" use: "awesome-ts-loader"
}, },
{ {
test: [/\.woff$/, /\.woff2$/, /\.ttf$/], test: [/\.woff$/, /\.woff2$/, /\.ttf$/],

View File

@ -34,7 +34,7 @@ var conf = {
}, },
{ {
test: /\.tsx?$/, test: /\.tsx?$/,
use: "ts-loader" use: "awesome-ts-loader"
}, },
{ {
test: [/\.woff$/, /\.woff2$/, /\.ttf$/], test: [/\.woff$/, /\.woff2$/, /\.ttf$/],