Skip to content

Commit

Permalink
feat: add css env(inset-*); monaco ts types supprt;
Browse files Browse the repository at this point in the history
feat: use incremental builds for esbuild;
feat: don't close editor.worker.js
fix: fix maskable_icon.png;
chore: update deps
  • Loading branch information
okikio authored Sep 22, 2021
1 parent 9dd82dd commit 8bfb5e3
Show file tree
Hide file tree
Showing 14 changed files with 368 additions and 214 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ task("js", async () => {
".ttf": "file",
".wasm": "file",
},

plugins: [WEB_WORKER(), solid()],
}),

Expand Down Expand Up @@ -226,7 +226,7 @@ task("service-worker", async () => {
runtimeCaching: [
{
// Match any request that ends with .png, .jpg, .jpeg or .svg.
urlPattern: /\.(?:png|jpg|jpeg|svg|webp|woff2|map|wasm|json)$/,
urlPattern: /\.(?:png|jpg|jpeg|svg|webp|woff2|map|wasm|json|ts)$/,

// Apply a cache-first strategy.
handler: "StaleWhileRevalidate",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"browser-builtins": "^3.3.1",
"buffer": "^6.0.3",
"countapi-js": "^1.0.2",
"esbuild-wasm": "^0.12.28",
"esbuild-wasm": "^0.12.29",
"events": "^3.3.0",
"highlight.js": "^11.2.0",
"memfs": "^3.3.0",
Expand All @@ -59,12 +59,12 @@
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@csstools/postcss-sass": "^4.0.0",
"@types/node": "^16.9.4",
"@types/node": "^16.9.6",
"autoprefixer": "^10.3.4",
"browser-sync": "^2.27.5",
"commitizen": "^4.2.4",
"del": "^6.0.0",
"esbuild": "^0.12.28",
"esbuild": "^0.12.29",
"esbuild-plugin-solid": "^0.4.0",
"fibers": "^5.0.0",
"gulp": "^4.0.2",
Expand All @@ -80,10 +80,10 @@
"gulp-size": "^4.0.1",
"husky": "^7.0.2",
"jstransformer-markdown-it": "^2.1.0",
"postcss": "^8.3.6",
"postcss": "^8.3.7",
"postcss-csso": "^5.0.1",
"postcss-scss": "^4.0.0",
"rollup": "^2.56.3",
"rollup": "^2.57.0",
"sass": "^1.42.0",
"standard-version": "^9.3.1",
"tailwindcss": "^2.2.15",
Expand Down
Loading

0 comments on commit 8bfb5e3

Please sign in to comment.