5 lines
114 B

3 years ago
module.exports = (config, outputOptions, omt) => {
outputOptions.format = "esm";
config.plugins = [omt()];
};