mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 22:09:31 +08:00
4 lines
114 B
Text
4 lines
114 B
Text
module.exports = (config, outputOptions, omt) => {
|
|
outputOptions.format = "esm";
|
|
config.plugins = [omt()];
|
|
};
|