You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
So when I do npm run dev, webpack dev server will start and if there is nothing wrong, the browser will open.
Only problem that, When I make change in wepack.config file, nodemon will restart server and another browser window will open. Why would I want a second browser window? Is there way to let this plugin know that there is already one browser window opened, no need to open another one?
The text was updated successfully, but these errors were encountered:
My dev command is like this
So when I do
npm run dev
, webpack dev server will start and if there is nothing wrong, the browser will open.Only problem that, When I make change in wepack.config file, nodemon will restart server and another browser window will open. Why would I want a second browser window? Is there way to let this plugin know that there is already one browser window opened, no need to open another one?
The text was updated successfully, but these errors were encountered: