mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
chore: add dependencies visualizer
This commit is contained in:
parent
9bd90e51d9
commit
a107c58643
5 changed files with 2824 additions and 3 deletions
|
|
@ -3,6 +3,7 @@ import replace from "@rollup/plugin-replace";
|
|||
import path from "path";
|
||||
import {rollup} from "rollup";
|
||||
import {terser} from "rollup-plugin-terser";
|
||||
import {visualizer} from "rollup-plugin-visualizer";
|
||||
import {fileURLToPath} from "url";
|
||||
import {defineConfig} from "vite";
|
||||
import {createHtmlPlugin} from "vite-plugin-html";
|
||||
|
|
@ -48,7 +49,8 @@ export default defineConfig(({mode}) => {
|
|||
}
|
||||
}
|
||||
}),
|
||||
CompileServiceWorker()
|
||||
CompileServiceWorker(),
|
||||
visualizer()
|
||||
],
|
||||
build: {
|
||||
rollupOptions: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue