Skip to content

Commit 35e7473

Browse files
committed
build: 🔥 removed UMD build
1 parent a639fed commit 35e7473

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
"lint": "eslint . -c .eslintrc.json",
1515
"clean": "node tools/cleanup",
1616
"package": "npm run build && npm pack",
17-
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
17+
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
1818
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
1919
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
20-
"build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
2120
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json"
2221
},
2322
"dependencies": {

0 commit comments

Comments
 (0)