@@ -35,44 +35,44 @@ For more info, run any command with the `--help` flag:
3535 $ vp pack --help
3636
3737Options:
38- --config-loader <loader> Config loader to use: auto, native, unrun (default: auto)
39- --no-config Disable config file (default: true)
40- -f, --format <format> Bundle format: esm, cjs, iife, umd (default: esm)
41- --clean Clean output directory, --no-clean to disable
42- --external <module> Mark dependencies as external
43- --minify Minify output
44- --devtools Enable devtools integration
45- --debug [feat] Show debug logs
46- --target <target> Bundle target, e.g "es2015", "esnext"
47- -l, --logLevel <level> Set log level: info, warn, error, silent
48- --fail-on-warn Fail on warnings (default: true)
49- --no-write Disable writing files to disk, incompatible with watch mode (default: true)
50- -d, --out-dir <dir> Output directory (default: dist)
51- --treeshake Tree-shake bundle (default: true)
52- --sourcemap Generate source map (default: false)
53- --shims Enable cjs and esm shims (default: false)
54- --platform <platform> Target platform (default: node)
55- --dts Generate dts files
56- --publint Enable publint (default: false)
57- --attw Enable Are the types wrong integration (default: false)
58- --unused Enable unused dependencies check (default: false)
59- -w, --watch [path] Watch mode
60- --ignore-watch <path> Ignore custom paths in watch mode
61- --from-vite [vitest] Reuse config from Vite or Vitest
62- --report Size report (default: true)
63- --env.* <value> Define compile-time env variables
64- --env-file <file> Load environment variables from a file, when used together with --env, variables in --env take precedence
65- --env-prefix <prefix> Prefix for env variables to inject into the bundle (default: VITE_PACK_,TSDOWN_)
66- --on-success <command> Command to run on success
67- --copy <dir> Copy files to output dir
68- --public-dir <dir> Alias for --copy, deprecated
69- --tsconfig <tsconfig> Set tsconfig path
70- --unbundle Unbundle mode
71- -W, --workspace [dir] Enable workspace mode
72- -F , --filter <pattern> Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name
73- --exports Generate export-related metadata for package.json (experimental)
74- --exe Bundle as executable using Node.js SEA (experimental)
75- -h, --help Display this message
38+ --config-loader <loader> Config loader to use: auto, native, unrun (default: auto)
39+ --no-config Disable config file (default: true)
40+ -f, --format <format> Bundle format: esm, cjs, iife, umd (default: esm)
41+ --clean Clean output directory, --no-clean to disable
42+ --deps.never-bundle <module> Mark dependencies as external
43+ --minify Minify output
44+ --devtools Enable devtools integration
45+ --debug [feat] Show debug logs
46+ --target <target> Bundle target, e.g "es2015", "esnext"
47+ -l, --logLevel <level> Set log level: info, warn, error, silent
48+ --fail-on-warn Fail on warnings (default: true)
49+ --no-write Disable writing files to disk, incompatible with watch mode (default: true)
50+ -d, --out-dir <dir> Output directory (default: dist)
51+ --treeshake Tree-shake bundle (default: true)
52+ --sourcemap Generate source map (default: false)
53+ --shims Enable cjs and esm shims (default: false)
54+ --platform <platform> Target platform (default: node)
55+ --dts Generate dts files
56+ --publint Enable publint (default: false)
57+ --attw Enable Are the types wrong integration (default: false)
58+ --unused Enable unused dependencies check (default: false)
59+ -w, --watch [path] Watch mode
60+ --ignore-watch <path> Ignore custom paths in watch mode
61+ --from-vite [vitest] Reuse config from Vite or Vitest
62+ --report Size report (default: true)
63+ --env.* <value> Define compile-time env variables
64+ --env-file <file> Load environment variables from a file, when used together with --env, variables in --env take precedence
65+ --env-prefix <prefix> Prefix for env variables to inject into the bundle (default: VITE_PACK_,TSDOWN_)
66+ --on-success <command> Command to run on success
67+ --copy <dir> Copy files to output dir
68+ --public-dir <dir> Alias for --copy, deprecated
69+ --tsconfig <tsconfig> Set tsconfig path
70+ --unbundle Unbundle mode
71+ --exe Bundle as executable
72+ -W , --workspace [dir] Enable workspace mode
73+ -F, --filter <pattern> Filter configs (cwd or name), e.g. /pkg-name$/ or pkg-name
74+ --exports Generate export-related metadata for package.json (experimental)
75+ -h, --help Display this message
7676
7777> vp fmt -h # fmt help message
7878Usage: [-c=PATH] [PATH]...
0 commit comments