chore: use babel with ts loader

This commit is contained in:
abhijithvijayan 2020-01-27 19:40:52 +05:30
parent 7087c526ef
commit b3ddb80e99

View File

@ -37,5 +37,10 @@
],
"exclude": [
"node_modules"
]
],
"awesomeTypescriptLoaderOptions": {
"useBabel": true,
"babelCore": "@babel/core", // needed for Babel v7,
"useCache": true, // Use internal file cache to improve warm-up time.
}
}