Skip to content

Commit

Permalink
Chore(web-react): Remove post process script
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Mar 8, 2024
1 parent 63a4a7e commit 9a51d3e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 37 deletions.
3 changes: 1 addition & 2 deletions packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@
"build:umd": "npm-run-all --serial webpack:dev webpack:prod",
"build:es2020": "tsc --module es2020 --outDir dist --project ./config/tsconfig.prod.json",
"build:esNext": "echo tsc --module esNext --outDir dist/_esNext --project ./config/tsconfig.prod.json",
"postbuild": "npm-run-all prepdist resolve build:cjs postprocess",
"postbuild": "npm-run-all prepdist resolve build:cjs",
"prepdist": "node ./scripts/prepareDist.js",
"postprocess": "node ./scripts/postProcess.js",
"types": "tsc",
"webpack:dev": "webpack --mode development --config ./config/webpack.js --progress",
"webpack:prod": "webpack --mode production --config ./config/webpack.js --progress",
Expand Down
35 changes: 0 additions & 35 deletions packages/web-react/scripts/postProcess.js

This file was deleted.

18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14765,6 +14765,14 @@ [email protected]:
domhandler "5.0.3"
htmlparser2 "9.0.0"

[email protected]:
version "5.0.8"
resolved "https://registry.yarnpkg.com/html-dom-parser/-/html-dom-parser-5.0.8.tgz#540057d8eb7ff28c9fd45fa9eead374c34dae20c"
integrity sha512-vuWiX9EXgu8CJ5m9EP5c7bvBmNSuQVnrY8tl0z0ZX96Uth1IPlYH/8W8VZ/hBajFf18EN+j2pukbCNd01HEd1w==
dependencies:
domhandler "5.0.3"
htmlparser2 "9.1.0"

html-encoding-sniffer@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"
Expand Down Expand Up @@ -14807,6 +14815,16 @@ [email protected]:
domutils "^3.1.0"
entities "^4.5.0"

[email protected]:
version "9.1.0"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23"
integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==
dependencies:
domelementtype "^2.3.0"
domhandler "^5.0.3"
domutils "^3.1.0"
entities "^4.5.0"

htmlparser2@^3.9.1:
version "3.10.1"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
Expand Down

0 comments on commit 9a51d3e

Please sign in to comment.