Skip to content

Commit

Permalink
Disable source map for watching: Based on issue in vite vitejs/vite-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed May 29, 2023
1 parent 5da5097 commit 8c96316
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
5 changes: 3 additions & 2 deletions web-app/packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build:lib": "yarn clean:types:temp && vite build --mode development",
"build:cli:lib": "yarn clean:types:temp && vue-cli-service build --mode development --target lib --name lib ./src/main.ts",
"build:lib:prod": "yarn clean:types:temp && vite build",
"build:lib:watch": "yarn clean:types:temp && vite build --mode development --watch",
"build:lib:watch": "yarn clean:types:temp && vite build --watch",
"build:lib:all": "yarn build:lib && yarn build:types",
"build:lib:all:prod": "yarn build:lib:prod && yarn build:types",
"build:types:old": "yarn clean:types && tsc --declaration --emitDeclarationOnly && vue-typegen gen -s src -o types && tsc-alias && yarn clean:types:temp",
Expand All @@ -47,7 +47,8 @@
"date-fns": "^2.28.0",
"lodash": "^4.17.21",
"universal-cookie": "^4.0.4",
"vue-pdf": "^4.3.0"
"vue-pdf": "^4.3.0",
"vuetify": "^3.3.1"
},
"peerDependencies": {
"pinia": ">=2.x",
Expand Down
19 changes: 12 additions & 7 deletions web-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8446,9 +8446,9 @@ postcss@^8.1.10, postcss@^8.4.14, postcss@^8.4.21:
source-map-js "^1.0.2"

postcss@^8.4.23:
version "8.4.23"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
version "8.4.24"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
dependencies:
nanoid "^3.3.6"
picocolors "^1.0.0"
Expand Down Expand Up @@ -8991,9 +8991,9 @@ rollup-pluginutils@^2.8.1:
estree-walker "^0.6.1"

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

Expand Down Expand Up @@ -10259,7 +10259,7 @@ vite-plugin-vuetify@^1.0.2:
debug "^4.3.3"
upath "^2.0.1"

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

vuetify@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.3.1.tgz#15d73f3203701d28b3991843dd3e2d19281f77d9"
integrity sha512-shmBLeNFjQ9Trf7XusRtKpqCak+EK7zdUiJP2QXbXFgOQP3Ju04iyE/SJWn2xFNYaoJjULWenwOcdlkq9SIZ8A==

w3c-hr-time@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"
Expand Down

0 comments on commit 8c96316

Please sign in to comment.