fix: add esm bundle (#577)

This commit is contained in:
vok123 2020-12-01 18:56:43 +08:00 committed by GitHub
parent 0dc2388228
commit f529bbe7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,6 +140,7 @@
"packages"
],
"main": "lib/index.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"unpkg": "lib/index.js",
"style": "lib/theme-chalk/index.css",