fix entid

This commit is contained in:
Robin Appelman 2021-08-01 23:35:59 +02:00
commit 18755bcaec
3 changed files with 284 additions and 2 deletions

View file

@ -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",