Skip to content

Commit b841e22

Browse files
committed
Prevent esm module from being loaded by default
The module hadn't been suffciently tested and wasn't completely consistent with the main module. It should not yet be the default. It can still be manually imported if desired.
1 parent 217c0bb commit b841e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
],
1111
"repository": "git://github.com/amplitude/amplitude-javascript.git",
1212
"main": "amplitude.js",
13-
"module": "amplitude.esm.js",
1413
"react-native": "amplitude.native.js",
1514
"dependencies": {
1615
"@amplitude/ua-parser-js": "0.7.20",

0 commit comments

Comments
 (0)