mirror of https://github.com/jkjoy/sunpeiwen.git
5 lines
114 B
JavaScript
5 lines
114 B
JavaScript
|
module.exports = (config, outputOptions, omt) => {
|
||
|
outputOptions.format = "esm";
|
||
|
config.plugins = [omt()];
|
||
|
};
|