Fixed analyzer

This commit is contained in:
2021-08-20 21:21:18 +01:00
parent 9c863f309f
commit f415a7ece2
3 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"dev": "concurrently npm:watch:server npm:watch:client",
"watch:server": "nodemon ./* --ext js,jsx,json --ignore 'node_modules/*'",
"watch:client": "webpack serve --env=development --config webpack.config.js",
"analyzer": "webpack --env=production --analyzer --config webpack.config.js"
"analyze": "webpack --env=production --env=analyze --config webpack.config.js"
},
"repository": {
"type": "git",