'esm' | 'cjs' | 'umd' | 'mf'
undefined
Specify the output format for the generated JavaScript output files.
See Output Format and Module Federation for more details.
The umd
format only works when bundle is set to true
.
In different output formats, Rslib uses the following default module definition systems:
esm
:modern-modulecjs
:commonjs-staticumd
:umd