mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
chore: use babel with ts loader
This commit is contained in:
parent
7087c526ef
commit
b3ddb80e99
@ -37,5 +37,10 @@
|
|||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules"
|
"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