Skip to content

Instantly share code, notes, and snippets.

@johncorderox
Last active October 29, 2021 07:11
Show Gist options
  • Save johncorderox/f2257499165d1076575066c377bd5ec4 to your computer and use it in GitHub Desktop.
Save johncorderox/f2257499165d1076575066c377bd5ec4 to your computer and use it in GitHub Desktop.
rails skip webpacker
# Install PG skip tests skip webpacker install
rails new app_name -T --database=postgresql --skip-webpack-install
@johncorderox
Copy link
Author

I'm putting this here because webpack is annoying me lately.....

@johncorderox
Copy link
Author

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