chore: set cjs output exports option to auto

This commit is contained in:
cedoor
2022-01-30 23:11:39 +01:00
parent 98a9c9c56a
commit 7179afbb81

View File

@@ -15,7 +15,7 @@ const banner = `/**
export default {
input: "src/index.ts",
output: [
{ file: pkg.exports.require, format: "cjs", banner },
{ file: pkg.exports.require, format: "cjs", banner, exports: "auto" },
{ file: pkg.exports.import, format: "es", banner }
],
external: ["fs", "glob", "path", "child_process", "toml", "rimraf", "os", "rollup-pluginutils"],