PR-645197: fixing the dev environment refresh on hot reloading and updating packages.

This commit is contained in:
2022-08-23 14:22:46 +00:00
parent 7303e7bd10
commit ef20e83046
4 changed files with 161 additions and 150 deletions

View File

@ -1,8 +1,8 @@
//Dependencies of Server
import express from 'express';
import config from '../../config';
import webpack from 'webpack';
import helmet from 'helmet';
import config from '../../config';
//Dependencies of HotReloading
import webpackConfig from '../../webpack.config.dev';