We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I met a question today, after I add server.js into entry, and it generates a server.js into folder /static/dist.
server.js
/static/dist
And I edit bin/server.js, like this
My question is, I want to run it as prod mode, and don't want to relate with src folder, want to use the compiled files directly, can I?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I met a question today, after I add
server.js
into entry, and it generates aserver.js
into folder/static/dist
.And I edit bin/server.js, like this
My question is, I want to run it as prod mode, and don't want to relate with src folder, want to use the compiled files directly, can I?
The text was updated successfully, but these errors were encountered: