You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
445 B
15 lines
445 B
# must start with VITE_
|
|
VITE_ENV = 'production'
|
|
VITE_OUTPUT_DIR = 'dist'
|
|
# public path
|
|
VITE_PUBLIC_PATH = /dazhuanpan
|
|
|
|
# Whether to open mock
|
|
VITE_USE_MOCK = true
|
|
# Whether to enable gzip or brotli compression
|
|
# Optional: gzip | brotli | none
|
|
# If you need multiple forms, you can use `,` to separate
|
|
VITE_BUILD_COMPRESS = 'none'
|
|
|
|
# Whether to delete origin files when using compress, default false
|
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|