Trying a fix

This commit is contained in:
2022-01-08 04:59:21 +00:00
parent 1d3c94a1aa
commit 8e90a4a540
2 changed files with 1194 additions and 1151 deletions
+1192 -1149
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -9,10 +9,10 @@
"build:server": "exit 0", "build:server": "exit 0",
"build:client": "webpack --env=production --config webpack.config.js", "build:client": "webpack --env=production --config webpack.config.js",
"dev": "concurrently npm:dev:server npm:dev:client", "dev": "concurrently npm:dev:server npm:dev:client",
"dev:server": "nodemon ./* --ext js,jsx,json --ignore 'node_modules/*'", "dev:server": "nodemon --ext js,jsx,json --ignore 'node_modules/*'",
"dev:client": "webpack serve --env=development --config webpack.config.js", "dev:client": "webpack serve --env=development --config webpack.config.js",
"local": "concurrently npm:local:server npm:local:client", "local": "concurrently npm:local:server npm:local:client",
"local:server": "nodemon ./* --ext js,jsx,json --ignore 'node_modules/*'", "local:server": "nodemon --ext js,jsx,json --ignore 'node_modules/*'",
"local:client": "webpack serve --env=local --config webpack.config.js", "local:client": "webpack serve --env=local --config webpack.config.js",
"analyze": "webpack --env=production --env=analyze --config webpack.config.js" "analyze": "webpack --env=production --env=analyze --config webpack.config.js"
}, },