Skip to content

Commit

Permalink
fix: change entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninerian committed Mar 16, 2022
1 parent 33effe1 commit 04a2d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"module": "dist/plugins-client-sdk.esm.js",
"browser": "dist/plugins-client-sdk.umd.js",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
"require": "./dist/cjs/main.js",
"import": "./dist/esm/main.js"
},
"scripts": {
"build:esm": "BABEL_ENV=esmUnbundled babel src --extensions '.js' --out-dir 'dist/esm' --source-maps",
Expand Down

0 comments on commit 04a2d31

Please sign in to comment.