@vizejs/vite-plugin 0.204.0 → 0.206.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -299,6 +299,9 @@ function buildCompileBatchOptions(options) {
299
299
  ssr: options.ssr,
300
300
  vapor: options.vapor,
301
301
  customRenderer: options.customRenderer ?? false,
302
+ includeStyles: true,
303
+ includeMacroArtifacts: true,
304
+ includeHashes: true,
302
305
  ...options.mode === void 0 ? {} : { mode: options.mode },
303
306
  ...options.templateSyntax === void 0 ? {} : { templateSyntax: options.templateSyntax },
304
307
  ...options.runtimeModuleName === void 0 ? {} : { runtimeModuleName: options.runtimeModuleName },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/vite-plugin",
3
- "version": "0.204.0",
3
+ "version": "0.206.0",
4
4
  "description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
5
5
  "keywords": [
6
6
  "compiler",
@@ -39,9 +39,9 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@vizejs/native": "0.204.0",
42
+ "@vizejs/native": "0.206.0",
43
43
  "tinyglobby": "0.2.16",
44
- "vize": "0.204.0"
44
+ "vize": "0.206.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "25.9.2",