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

chore: Move esbuild|rollup|webpack to devDependencies instead of dependencies #194

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

saltyshiomix
Copy link
Contributor

In the JavaScript community, build tools are usually installed in devDependencies, so add the --dev option:

yarn add --dev esbuild

For example:
https://esbuild.github.io/getting-started/

npm install --save-exact --save-dev esbuild

@dhh dhh merged commit 24b66e8 into rails:main Jul 29, 2024
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.

2 participants