chore(mermaid-elk): replace loader-register with tsx

unnecessary "cross-env" also removed, as it wasn't even
used to set any env variables
This commit is contained in:
Panagiotis Papadopoulos 2025-01-17 08:05:42 +01:00
parent 331dae4eb0
commit 00bdcfa803

View File

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "cross-env node --import ../../loader-register.js ../../node_modules/webpack/bin/webpack.js -c webpack.config.cjs" "build": "tsx ../../node_modules/webpack/bin/webpack.js -c webpack.config.cjs"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",