-
Notifications
You must be signed in to change notification settings - Fork 203
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
Building project in production #32
Comments
Getting same error while building for production :( using |
Try replacing |
Yes, but when I did that I didn't get a server.dll file that can run. Try running |
yes @FluffyBucket you are right. |
This reverts commit 9affc4f.
Hello, i have a problem with building application into the production. As far as i know, the output build should contain bundled css, js and html, which should be placed in the server. Unfortunately i cannot run build. Only the js files are created.
When i run
npm run build
i obtain error. I restored the packages but not it take no effect. The same problem is in "clean" project.What seems to be the problem ?
In addition there is no html generated.
The text was updated successfully, but these errors were encountered: