vitrify 0.17.0 → 0.17.1

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.
package/dist/index.js CHANGED
@@ -260,7 +260,7 @@ export const baseConfig = async ({ ssr, appDir, publicDir, base = '/', command =
260
260
  return (await preset).name === 'quasar';
261
261
  }
262
262
  })) {
263
- unoCssContentPipelineInclude.push(/quasar\/src\/.*\.js/);
263
+ // unoCssContentPipelineInclude.push(/quasar\/src\/.*\.js/)
264
264
  }
265
265
  const plugins = [
266
266
  {
@@ -388,7 +388,11 @@ export const baseConfig = async ({ ssr, appDir, publicDir, base = '/', command =
388
388
  }),
389
389
  UnoCSS({
390
390
  ...vitrifyConfig.vitrify?.unocss,
391
- content: unoCssContentPipelineInclude
391
+ content: {
392
+ pipeline: {
393
+ include: unoCssContentPipelineInclude
394
+ }
395
+ }
392
396
  })
393
397
  ];
394
398
  if (isPwa) {