We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5016d commit b9d4742Copy full SHA for b9d4742
1 file changed
package.json
@@ -5,6 +5,7 @@
5
"main": "dist/cjs/index.js",
6
"module": "./dist/esm5/index.js",
7
"es2015": "./dist/esm2015/index.js",
8
+ "esnext": "./dist/esnext/index.js",
9
"typings": "./dist/typings/index.d.ts",
10
"scripts": {
11
"build": "yarn clean && yarn build:cjs && yarn build:es5 && yarn build:esnext && yarn build:es2015 && yarn build:types",
0 commit comments