Open pstachula-dev opened 2 months ago
I found a problem with all vite.config.js
vite.config.js
The minify option is missing:
export default { build: { minify: true, }, root, plugins, };
That doesn't affect our results.
I found a problem with all
vite.config.js
The minify option is missing: