Skip to content

Commit 8c96316

Browse files
committed
Disable source map for watching: Based on issue in vite vitejs/vite-plugin-vue#35
1 parent 5da5097 commit 8c96316

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

web-app/packages/lib/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build:lib": "yarn clean:types:temp && vite build --mode development",
2828
"build:cli:lib": "yarn clean:types:temp && vue-cli-service build --mode development --target lib --name lib ./src/main.ts",
2929
"build:lib:prod": "yarn clean:types:temp && vite build",
30-
"build:lib:watch": "yarn clean:types:temp && vite build --mode development --watch",
30+
"build:lib:watch": "yarn clean:types:temp && vite build --watch",
3131
"build:lib:all": "yarn build:lib && yarn build:types",
3232
"build:lib:all:prod": "yarn build:lib:prod && yarn build:types",
3333
"build:types:old": "yarn clean:types && tsc --declaration --emitDeclarationOnly && vue-typegen gen -s src -o types && tsc-alias && yarn clean:types:temp",
@@ -47,7 +47,8 @@
4747
"date-fns": "^2.28.0",
4848
"lodash": "^4.17.21",
4949
"universal-cookie": "^4.0.4",
50-
"vue-pdf": "^4.3.0"
50+
"vue-pdf": "^4.3.0",
51+
"vuetify": "^3.3.1"
5152
},
5253
"peerDependencies": {
5354
"pinia": ">=2.x",

web-app/yarn.lock

+12-7
Original file line numberDiff line numberDiff line change
@@ -8446,9 +8446,9 @@ postcss@^8.1.10, postcss@^8.4.14, postcss@^8.4.21:
84468446
source-map-js "^1.0.2"
84478447

84488448
postcss@^8.4.23:
8449-
version "8.4.23"
8450-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
8451-
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
8449+
version "8.4.24"
8450+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
8451+
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
84528452
dependencies:
84538453
nanoid "^3.3.6"
84548454
picocolors "^1.0.0"
@@ -8991,9 +8991,9 @@ rollup-pluginutils@^2.8.1:
89918991
estree-walker "^0.6.1"
89928992

89938993
rollup@^3.21.0:
8994-
version "3.21.6"
8995-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.6.tgz#f5649ccdf8fcc7729254faa457cbea9547eb86db"
8996-
integrity sha512-SXIICxvxQxR3D4dp/3LDHZIJPC8a4anKMHd4E3Jiz2/JnY+2bEjqrOokAauc5ShGVNFHlEFjBXAXlaxkJqIqSg==
8994+
version "3.23.0"
8995+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.23.0.tgz#b8d6146dac4bf058ee817f92820988e9b358b564"
8996+
integrity sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==
89978997
optionalDependencies:
89988998
fsevents "~2.3.2"
89998999

@@ -10259,7 +10259,7 @@ vite-plugin-vuetify@^1.0.2:
1025910259
debug "^4.3.3"
1026010260
upath "^2.0.1"
1026110261

10262-
vite@^4.3.5:
10262+
1026310263
version "4.3.5"
1026410264
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.5.tgz#3871fe0f4b582ea7f49a85386ac80e84826367d9"
1026510265
integrity sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==
@@ -10431,6 +10431,11 @@ vuetify@^3.3.0:
1043110431
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.3.0.tgz#9d85e528cc6829f0a005b60c5636484370df034a"
1043210432
integrity sha512-4jQRZ6O4vUDlu3+/NZbbrv8dyVtvB5BnLc+NEusYjdj7+27GJSRJoDkkzJMmuM9XkZYFiTgq1vizK/vMSkB+2Q==
1043310433

10434+
vuetify@^3.3.1:
10435+
version "3.3.1"
10436+
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.3.1.tgz#15d73f3203701d28b3991843dd3e2d19281f77d9"
10437+
integrity sha512-shmBLeNFjQ9Trf7XusRtKpqCak+EK7zdUiJP2QXbXFgOQP3Ju04iyE/SJWn2xFNYaoJjULWenwOcdlkq9SIZ8A==
10438+
1043410439
w3c-hr-time@^1.0.2:
1043510440
version "1.0.2"
1043610441
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"

0 commit comments

Comments
 (0)