Last active
October 29, 2021 07:11
-
-
Save johncorderox/f2257499165d1076575066c377bd5ec4 to your computer and use it in GitHub Desktop.
rails skip webpacker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install PG skip tests skip webpacker install | |
rails new app_name -T --database=postgresql --skip-webpack-install |
rails new app_name -T --skip-webpack-install
For quick things^
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm putting this here because webpack is annoying me lately.....