Service Workerのビルドにesbuildを使うようにする
This commit is contained in:
parent
154e7c2e59
commit
e8ca4785e8
9 changed files with 361 additions and 945 deletions
|
|
@ -1,17 +1,16 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"watch": "webpack --watch",
|
||||
"build": "webpack",
|
||||
"watch": "node build.js watch",
|
||||
"build": "node build.js",
|
||||
"lint": "eslint --quiet src/**/*.{ts}"
|
||||
},
|
||||
"resolutions": {},
|
||||
"dependencies": {
|
||||
"esbuild": "0.14.13",
|
||||
"idb-keyval": "6.0.3",
|
||||
"misskey-js": "0.0.10",
|
||||
"ts-loader": "9.2.6",
|
||||
"webpack": "5.64.1",
|
||||
"webpack-cli": "4.9.1"
|
||||
"ts-loader": "9.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue