mirror of
https://github.com/privacy-scaling-explorations/zk-kit.git
synced 2026-04-22 03:00:15 -04:00
chore: set cjs output exports option to auto
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user