Service Workerのビルドにesbuildを使うようにする
This commit is contained in:
parent
154e7c2e59
commit
e8ca4785e8
9 changed files with 361 additions and 945 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"strictNullChecks": true,
|
||||
"experimentalDecorators": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue