Optional
assetOptional
configVite config to override or extend the base config
Optional
coreJSEnable and adjust settings for core-js polyfills
By default disabled as Nextcloud core already includes the core-js/stable
polyfills globally
Optional
inlineCSSInject all styles inside the javascript bundle instead of emitting a .css file
Optional
minifyWhether to minify the output
Optional
nodeInject polyfills for node packages
Optional
replaceStrings to replace within your code
Optional
thirdLocation of license summary file of third party dependencies
Pass false
to disable generating a license file.
Customize the asset file names. Similar to
output.assetFileNames
in rollup config, but if returns undefined, then this config defaults is be used.