Skip to content

Commit 0b5bb2b

Browse files
author
sw-yx
committed
do code splitting
1 parent 8342ea8 commit 0b5bb2b

File tree

2 files changed

+526
-23
lines changed

2 files changed

+526
-23
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "react-netlify-identity-widget",
33
"version": "0.0.23",
44
"main": "dist/index.js",
5-
"umd:main": "dist/reactNetlifyIdentityWidget.umd.production.js",
6-
"module": "dist/reactNetlifyIdentityWidget.es.production.js",
7-
"typings": "dist/index.d.ts",
5+
"module": "dist/reactNetlifyIdentityWidget.es.production/index.js",
6+
"typings": "dist/reactNetlifyIdentityWidget.es.production/src/index.d.ts",
87
"files": [
98
"dist",
109
"styles.css"

0 commit comments

Comments
 (0)