From eb426a416d561d698220128fb2f8dee221f3e2ef Mon Sep 17 00:00:00 2001 From: zazzaz Date: Fri, 23 Oct 2020 15:01:09 +0800 Subject: [PATCH] chore: rm esm build --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b8c643493..7de8e682b4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "jest", "gen": "bash ./scripts/gc.sh", "bootstrap": "yarn && npx lerna bootstrap", - "build": "yarn bootstrap && yarn build:lib && yarn build:theme && yarn build:esm && yarn build:esm-bundle && yarn build:utils", + "build": "yarn bootstrap && yarn build:lib && yarn build:theme", "build:lib": "rimraf lib && webpack --config ./build/webpack.config.js", "build:esm-bundle": "rollup --config ./build/rollup.config.bundle.js", "build:esm": "node --max-old-space-size=8192 node_modules/rollup/dist/bin/rollup -c ./build/rollup.config.js", @@ -119,7 +119,6 @@ "packages" ], "main": "lib/index.js", - "module": "lib/index.esm.js", "typings": "types/index.d.ts", "unpkg": "lib/index.js", "style": "lib/theme-chalk/index.css",