()
| 30 | } |
| 31 | |
| 32 | function validateEnv() { |
| 33 | if (!PROD && AUTO_RELOAD === 'hot' && SERVER_RENDERING) { |
| 34 | logError('Hot Module Replacement is disabled because SERVER_RENDERING is enabled.') |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | function checkDependencies() { |
| 39 | log('checking app dependencies') |