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
Hey Bucky,
Is there some sort of build task which will create a bundle for your app somewhere? I believe its missing. I can't build static files for my server.
Thanks, Adrian
The text was updated successfully, but these errors were encountered:
Add following entry to package.json file
"build-dev": "webpack --progress --colors"
Then run npm run build-dev
npm run build-dev
Sorry, something went wrong.
@IamThilina Is this way similar to the npm run build we have with create-react-app?
npm run build
create-react-app
No branches or pull requests
Hey Bucky,
Is there some sort of build task which will create a bundle for your app somewhere? I believe its missing. I can't build static files for my server.
Thanks,
Adrian
The text was updated successfully, but these errors were encountered: