mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: remove webpack support
This commit is contained in:
parent
80c3f6565e
commit
10ce7bb3f8
5 changed files with 3 additions and 1282 deletions
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"main": "./dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc && webpack",
|
||||
"build": "tsc",
|
||||
"generateDocs": "npx typedoc --entryPointStrategy expand ./src",
|
||||
"test": "jest",
|
||||
"prepublishOnly": "npm run build"
|
||||
|
|
@ -42,11 +42,8 @@
|
|||
"jest-extended": "^2.0.0",
|
||||
"prettier": "^2.5.1",
|
||||
"ts-jest": "^27.1.4",
|
||||
"ts-loader": "^9.2.8",
|
||||
"typedoc": "^0.22.13",
|
||||
"typescript": "^4.6.2",
|
||||
"webpack": "^5.70.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
"typescript": "^4.6.2"
|
||||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
"volta": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue