chore: rm esm build

This commit is contained in:
zazzaz
2020-10-23 15:01:09 +08:00
parent ee3b42fb09
commit eb426a416d

View File

@@ -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",