@bjmhe/viteplus-preset-pack 1.0.7 → 2.0.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.
- package/README.md +2 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,21 +21,13 @@ vp add @bjmhe/viteplus-preset-pack
|
|
|
21
21
|
|
|
22
22
|
<!-- automd:file src="./examples/vite.config.lib.ts" code lang="ts" -->
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
import { lib } from "../src";
|
|
26
|
-
|
|
27
|
-
export default lib();
|
|
28
|
-
```
|
|
24
|
+
<!-- ⚠️ (file) ENOENT: no such file or directory, open '/home/runner/work/viteplus-preset-pack/viteplus-preset-pack/examples/vite.config.lib.ts' -->
|
|
29
25
|
|
|
30
26
|
<!-- /automd -->
|
|
31
27
|
|
|
32
28
|
<!-- automd:file src="./examples/vite.config.nodelib.ts" code lang="ts" -->
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
import { nodeLib } from "../src";
|
|
36
|
-
|
|
37
|
-
export default nodeLib();
|
|
38
|
-
```
|
|
30
|
+
<!-- ⚠️ (file) ENOENT: no such file or directory, open '/home/runner/work/viteplus-preset-pack/viteplus-preset-pack/examples/vite.config.nodelib.ts' -->
|
|
39
31
|
|
|
40
32
|
<!-- /automd -->
|
|
41
33
|
|