vitrify 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -178,7 +178,7 @@ export const QuasarPlugin = async ({ ssr = false, pwa = false }) => {
178
178
  // ).pathname
179
179
  // },
180
180
  {
181
- find: 'quasar/src',
181
+ find: 'quasar/src/',
182
182
  replacement: new URL('node_modules/quasar/src/', config.vitrify?.urls?.app).pathname
183
183
  }
184
184
  // {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrify",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "Pre-configured Vite CLI for your framework",
@@ -257,7 +257,7 @@ export const QuasarPlugin: VitrifyPlugin = async ({
257
257
  // ).pathname
258
258
  // },
259
259
  {
260
- find: 'quasar/src',
260
+ find: 'quasar/src/',
261
261
  replacement: new URL(
262
262
  'node_modules/quasar/src/',
263
263
  config.vitrify?.urls?.app