forked from btclock/webui
Dependency updates and convert npub to hex on paste
This commit is contained in:
parent
924be8fc2e
commit
cc538cf643
4 changed files with 84 additions and 74 deletions
|
@ -1,11 +1,11 @@
|
|||
diff --git a/node_modules/@sveltejs/kit/src/exports/vite/index.js b/node_modules/@sveltejs/kit/src/exports/vite/index.js
|
||||
index ad519c9..bee1516 100644
|
||||
index 21bc3d4..eef2db3 100644
|
||||
--- a/node_modules/@sveltejs/kit/src/exports/vite/index.js
|
||||
+++ b/node_modules/@sveltejs/kit/src/exports/vite/index.js
|
||||
@@ -644,9 +644,9 @@ async function kit({ svelte_config }) {
|
||||
input,
|
||||
@@ -648,9 +648,9 @@ async function kit({ svelte_config }) {
|
||||
output: {
|
||||
format: 'esm',
|
||||
format: inline ? 'iife' : 'esm',
|
||||
name: `__sveltekit_${version_hash}.app`,
|
||||
- entryFileNames: ssr ? '[name].js' : `${prefix}/[name].[hash].${ext}`,
|
||||
- chunkFileNames: ssr ? 'chunks/[name].js' : `${prefix}/chunks/[name].[hash].${ext}`,
|
||||
- assetFileNames: `${prefix}/assets/[name].[hash][extname]`,
|
||||
|
@ -14,8 +14,8 @@ index ad519c9..bee1516 100644
|
|||
+ assetFileNames: `${prefix}/assets/[hash][extname]`,
|
||||
hoistTransitiveImports: false,
|
||||
sourcemapIgnoreList,
|
||||
manualChunks:
|
||||
@@ -661,9 +661,9 @@ async function kit({ svelte_config }) {
|
||||
manualChunks: split ? undefined : () => 'bundle',
|
||||
@@ -665,9 +665,9 @@ async function kit({ svelte_config }) {
|
||||
worker: {
|
||||
rollupOptions: {
|
||||
output: {
|
Loading…
Add table
Add a link
Reference in a new issue