Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 14:04
· 9 commits to main since this release

   🚀 Features

   🐞 Bug Fixes

  • Entry module "src/index.js" is using named and default exports together. Consumers of your bundle will have to use admate.default to access the default export, which may not be what you want. Use output.exports: "named" to disable this warning  -  by @cloydlau (67901)
    View changes on GitHub