Skip to content

Instantly share code, notes, and snippets.

@imrubyist
Created July 9, 2020 05:40
Show Gist options
  • Save imrubyist/65cac487bba9506f971ffb3ab9f45376 to your computer and use it in GitHub Desktop.
Save imrubyist/65cac487bba9506f971ffb3ab9f45376 to your computer and use it in GitHub Desktop.
Step-by-Step guide on how to move from Sprockets to Webpacker - application.js
/* app/javascript/packs/application.js */
require("@rails/ujs").start();
require("@rails/activestorage").start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment