espub icon indicating copy to clipboard operation
espub copied to clipboard

Support null entry

Open cometkim opened this issue 3 years ago • 0 comments

Support hiding module by specifying it to null, for example

"exports": {
  "./*": "./dist/src/*",
  "./internal/*": null
}

cometkim avatar Nov 27 '22 09:11 cometkim