Skip to content

Commit ecf273c

Browse files
author
sw-yx
committed
upgrade tsdx, drop code splitting
1 parent d2d553f commit ecf273c

File tree

6 files changed

+902
-1530
lines changed

6 files changed

+902
-1530
lines changed

.size-snapshot.json

+34
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,39 @@
3232
"code": 6972
3333
}
3434
}
35+
},
36+
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/react-netlify-identity-widget.cjs.development.js": {
37+
"bundled": 13125,
38+
"minified": 8429,
39+
"gzipped": 2290
40+
},
41+
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/react-netlify-identity-widget.cjs.production.js": {
42+
"bundled": 13125,
43+
"minified": 8429,
44+
"gzipped": 2290
45+
},
46+
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/react-netlify-identity-widget.umd.development.js": {
47+
"bundled": 14129,
48+
"minified": 7374,
49+
"gzipped": 2241
50+
},
51+
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/react-netlify-identity-widget.umd.production.js": {
52+
"bundled": 14129,
53+
"minified": 7374,
54+
"gzipped": 2241
55+
},
56+
"/Users/swyx/Netlify/react-netlify-identity-widget/dist/react-netlify-identity-widget.es.production.js": {
57+
"bundled": 12890,
58+
"minified": 8197,
59+
"gzipped": 2236,
60+
"treeshaked": {
61+
"rollup": {
62+
"code": 722,
63+
"import_statements": 125
64+
},
65+
"webpack": {
66+
"code": 1883
67+
}
68+
}
3569
}
3670
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "react-netlify-identity-widget",
33
"version": "0.0.24",
44
"main": "dist/index.js",
5-
"module": "dist/reactNetlifyIdentityWidget.es.production/index.js",
6-
"typings": "dist/reactNetlifyIdentityWidget.es.production/src/index.d.ts",
5+
"module": "dist/react-netlify-identity-widget.es.production.js",
6+
"typings": "dist/index.d.ts",
77
"files": [
88
"dist",
99
"styles.css"
@@ -29,7 +29,7 @@
2929
"patch-package": "^6.1.2",
3030
"postinstall-postinstall": "^2.0.0",
3131
"semantic-release": "^15.13.3",
32-
"tsdx": "^0.4.1",
32+
"tsdx": "^0.5.1",
3333
"typescript": "^3.4.4"
3434
},
3535
"peerDependencies": {
@@ -51,4 +51,4 @@
5151
"type": "git",
5252
"url": "https://github.com/sw-yx/react-netlify-identity-widget.git"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)