rollup.config.js 114 B

1234
  1. module.exports = (config, outputOptions, omt) => {
  2. outputOptions.format = "esm";
  3. config.plugins = [omt()];
  4. };