Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Created July 9, 2020 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kevinhq/65cac487bba9506f971ffb3ab9f45376 to your computer and use it in GitHub Desktop.
Save kevinhq/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