@octohash/vite-config 0.2.4 → 0.3.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/README.md +3 -4
- package/dist/index.d.mts +16 -928
- package/dist/index.mjs +10300 -121
- package/package.json +31 -32
package/README.md
CHANGED
|
@@ -4,11 +4,10 @@
|
|
|
4
4
|
[![JSDocs][jsdocs-src]][jsdocs-href]
|
|
5
5
|
[![License][license-src]][license-href]
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
> My personal vite config, opinionated but customizable, with built-in support for unplugin, i18n, and more.
|
|
7
|
+
Opinionated but customizable, with built-in support for unplugin, i18n, and more.
|
|
9
8
|
|
|
10
9
|
```bash
|
|
11
|
-
pnpm add -
|
|
10
|
+
pnpm add -D @octohash/vite-config
|
|
12
11
|
```
|
|
13
12
|
|
|
14
13
|
## Usage
|
|
@@ -59,7 +58,7 @@ interface OptionsConfig {
|
|
|
59
58
|
|
|
60
59
|
// Common Plugin
|
|
61
60
|
/**
|
|
62
|
-
* https://github.com/
|
|
61
|
+
* https://github.com/KusStar/vite-bundle-visualizer
|
|
63
62
|
* By default template path is: ./node_modules/.cache/visualizer/stats.html
|
|
64
63
|
*
|
|
65
64
|
* @default false
|