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
Trying to build and run in dev mode but failed. I added this script "build:dev": "cross-env NODE_ENV=development webpack --progress", and build it, all goes fine.
Really this script is missing, and any professionals can add it manually, or there is another ways to build in dev mode that I am missing?
The text was updated successfully, but these errors were encountered:
It is begginer question.
Trying to build and run in dev mode but failed. I added this script
"build:dev": "cross-env NODE_ENV=development webpack --progress",
and build it, all goes fine.Really this script is missing, and any professionals can add it manually, or there is another ways to build in dev mode that I am missing?
The text was updated successfully, but these errors were encountered: