@vizejs/vite-plugin 0.0.1-alpha.52 → 0.0.1-alpha.56
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.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import fs from "node:fs";
|
|
|
3
3
|
import { glob } from "tinyglobby";
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import { createHash } from "node:crypto";
|
|
6
|
-
import { defineConfig, loadConfig } from "
|
|
6
|
+
import { defineConfig, loadConfig } from "vize";
|
|
7
7
|
|
|
8
8
|
//#region src/hmr.ts
|
|
9
9
|
/**
|
|
@@ -285,7 +285,7 @@ function vize(options = {}) {
|
|
|
285
285
|
extractCss = isProduction;
|
|
286
286
|
let fileConfig = null;
|
|
287
287
|
if (options.configMode !== false) {
|
|
288
|
-
const { loadConfig: loadConfig$1 } = await import("
|
|
288
|
+
const { loadConfig: loadConfig$1 } = await import("vize");
|
|
289
289
|
fileConfig = await loadConfig$1(root, {
|
|
290
290
|
mode: options.configMode ?? "root",
|
|
291
291
|
configFile: options.configFile
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vizejs/vite-plugin",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.56",
|
|
4
4
|
"description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"provenance": true,
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"tinyglobby": "^0.2.0",
|
|
47
|
-
"@vizejs/native": "0.0.1-alpha.
|
|
48
|
-
"
|
|
47
|
+
"@vizejs/native": "0.0.1-alpha.56",
|
|
48
|
+
"vize": "0.0.1-alpha.56"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsdown",
|