We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d2891 commit 5eb7652Copy full SHA for 5eb7652
packages/kit/test/apps/amp/vite.config.js
@@ -3,6 +3,10 @@ import { plugin } from '../../utils.js';
3
4
/** @type {import('vite').UserConfig} */
5
const config = {
6
+ build: {
7
+ minify: false
8
+ },
9
+ clearScreen: false,
10
plugins: [plugin()],
11
server: {
12
fs: {
packages/kit/test/apps/options-2/vite.config.js
0 commit comments