Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Created July 10, 2020 04:55
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/05a2e21d306739ec2490ffbf4ce967c5 to your computer and use it in GitHub Desktop.
Save kevinhq/05a2e21d306739ec2490ffbf4ce967c5 to your computer and use it in GitHub Desktop.
Step-by-Step guide on how to move from Sprockets to Webpacker - packs/example2.js
/* app/javascript/packs/example2.js */
// to call example1 var, you need:
import example1 from './example1';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment