mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: use babel with ts loader
This commit is contained in:
parent
7087c526ef
commit
b3ddb80e99
@ -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.
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user