Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from kevinhq/example2.js
Created August 15, 2020 18:03
Show Gist options
  • Save 123ish/291a4aaff3428d3fce9bbff549c5d0c2 to your computer and use it in GitHub Desktop.
Save 123ish/291a4aaff3428d3fce9bbff549c5d0c2 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