mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
feat: use babel with awesome-typescript-loader
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user