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

Update build commands #1545

Merged
merged 3 commits into from
Feb 18, 2021
Merged

Update build commands #1545

merged 3 commits into from
Feb 18, 2021

Conversation

talyguryn
Copy link
Member

@talyguryn talyguryn commented Feb 18, 2021

yarn build for production build
yarn build:dev for development needs with files watch

package.json Outdated
"build:dev": "webpack --mode development --progress --display-error-details --display-entrypoints --watch",
"build:prod": "webpack --mode production",
"build": "yarn clear && yarn svg && yarn build:webpack:prod",
"build:watch": "yarn clear && yarn svg && yarn build:webpack:dev",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it was renamed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two main commands for complete bundle building and two commands for webpack run

@talyguryn talyguryn merged commit 5cbeabd into next Feb 18, 2021
@talyguryn talyguryn deleted the feature/update-build-commands branch February 18, 2021 17:56
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

Successfully merging this pull request may close these issues.

3 participants