Optional
cacheCache folder
缓存文件夹
${cwd}/node_modules/.vite_external
Optional
cwdThe current working directory in which to join cacheDir
.
用于拼接 cacheDir
的路径。
process.cwd()
Optional
enforceThe value of enforce can be either "pre"
or "post"
, see more at https://vitejs.dev/guide/api-plugin.html#plugin-ordering.
强制执行顺序,pre
前,post
后,参考 https://cn.vitejs.dev/guide/api-plugin.html#plugin-ordering。
Optional
externalizeSpecify dependencies to not be included in the bundle
排除不需要打包的依赖。
Optional
externalsExternal dependencies
配置外部依赖
Optional
interopControls how Rollup handles default.
用于控制读取外部依赖的默认值。
Optional
modeDifferent externals
can be specified in different modes.
在不同的模式下,可以指定不同的外部依赖。
Optional
nodeWhether to exclude nodejs built-in modules in the bundle
是否排除 nodejs 内置模块。
Generated using TypeDoc
External dependencies for specific mode
针对指定的模式配置外部依赖