Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from imrubyist/application.js
Created August 15, 2020 18:02
Show Gist options
  • Save 123ish/51b6007a410bb82753a9ba468c6871bd to your computer and use it in GitHub Desktop.
Save 123ish/51b6007a410bb82753a9ba468c6871bd 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