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

Make both production and development builds available #509

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

mbohal
Copy link
Contributor

@mbohal mbohal commented Nov 23, 2023

In order to allow the consuming apps to leverage friendly CSS class names and React tooling (PropTypes, StrictMode, etc.) during development this commit adds development builds of CSS and JS files into the dist folder.

@adamkudrna adamkudrna linked an issue Nov 27, 2023 that may be closed by this pull request
@mbohal
Copy link
Contributor Author

mbohal commented Nov 27, 2023

fixes: #480

package.json Outdated Show resolved Hide resolved
In order to allow the consuming apps to leverage friendly CSS class names and React tooling (PropTypes, StrictMode, etc.) during development this commit adds development builds of CSS and JS files into the `dist` folder.
@adamkudrna adamkudrna force-pushed the task/make-dev-builds-available branch from d12d08f to 6aed078 Compare December 4, 2023 16:24
@adamkudrna adamkudrna changed the title Make both producion and development builds available Make both production and development builds available Dec 4, 2023
@adamkudrna adamkudrna merged commit 311dd29 into master Dec 4, 2023
11 checks passed
@adamkudrna adamkudrna deleted the task/make-dev-builds-available branch December 4, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bring back development bundle with human-readable CSS class names
4 participants