Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is script "build:dev" missing? #110

Open
DmitrijOkeanij opened this issue Nov 12, 2018 · 1 comment
Open

Is script "build:dev" missing? #110

DmitrijOkeanij opened this issue Nov 12, 2018 · 1 comment

Comments

@DmitrijOkeanij
Copy link

DmitrijOkeanij commented Nov 12, 2018

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?

@MarkPieszak
Copy link
Member

I think with just the regular dev script we have here, it should just be triggering all of that for you through dotnet.
https://github.com/MarkPieszak/aspnetcore-Vue-starter/blob/master/content/package.json#L10

It definitely would be good to have that either way, sometimes you definitely have to force a webpack rebuild after all!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants