feat: use babel with awesome-typescript-loader

This commit is contained in:
abhijithvijayan
2020-01-26 20:05:50 +05:30
parent 709b41b314
commit 31b2a63176

View File

@@ -35,5 +35,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.
}
}