We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a639fed commit 35e7473Copy full SHA for 35e7473
package.json
@@ -14,10 +14,9 @@
14
"lint": "eslint . -c .eslintrc.json",
15
"clean": "node tools/cleanup",
16
"package": "npm run build && npm pack",
17
- "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
+ "build": "npm run build:cjs && npm run build:esm && npm run build:types",
18
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
19
"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",
21
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json"
22
},
23
"dependencies": {
0 commit comments