mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
fix entid
This commit is contained in:
parent
a7577f78a5
commit
18755bcaec
3 changed files with 284 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"create-wasm-app": ".bin/create-wasm-app.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"build": "NODE_ENV=production webpack --config webpack.config.js",
|
||||
"start": "webpack serve --hot"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
@ -34,6 +34,7 @@
|
|||
"postcss-preset-env": "^6.7.0",
|
||||
"react-refresh": "^0.9.0",
|
||||
"style-loader": "^3.2.1",
|
||||
"terser-webpack-plugin": "^5.1.4",
|
||||
"ts-loader": "^9.2.4",
|
||||
"type-fest": "^1.3.0",
|
||||
"typescript": "^4.3.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue