|
@@ -9,12 +9,13 @@ import dts from 'vite-plugin-dts'
|
|
|
|
|
|
import Inspect from 'vite-plugin-inspect'
|
|
import Inspect from 'vite-plugin-inspect'
|
|
|
|
|
|
-/* import analyze from 'rollup-plugin-analyzer'
|
|
|
|
- */ /* import { visualizer } from 'rollup-plugin-visualizer' */
|
|
|
|
-import { bold, gray, lightGreen, yellow } from 'kolorist'
|
|
|
|
|
|
+/* import analyze from 'rollup-plugin-analyzer' */
|
|
|
|
|
|
|
|
+import { bold, gray, lightGreen, yellow } from 'kolorist'
|
|
import { resolve } from 'pathe'
|
|
import { resolve } from 'pathe'
|
|
|
|
|
|
|
|
+/* ß */
|
|
|
|
+
|
|
import pkg from './package.json'
|
|
import pkg from './package.json'
|
|
|
|
|
|
// eslint-disable-next-line no-console
|
|
// eslint-disable-next-line no-console
|
|
@@ -64,7 +65,7 @@ export default defineConfig({
|
|
targets: [{ src: 'src/types/tres-components.d.ts', dest: 'dist/types' }],
|
|
targets: [{ src: 'src/types/tres-components.d.ts', dest: 'dist/types' }],
|
|
}),
|
|
}),
|
|
/* analyze(), */
|
|
/* analyze(), */
|
|
- /* visualizer({
|
|
|
|
|
|
+ /* visualizer({
|
|
open: true,
|
|
open: true,
|
|
gzipSize: true,
|
|
gzipSize: true,
|
|
brotliSize: true,
|
|
brotliSize: true,
|