Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Created July 10, 2020 04:45
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/44d2de6361aa3e028edec4f7846861d7 to your computer and use it in GitHub Desktop.
Save kevinhq/44d2de6361aa3e028edec4f7846861d7 to your computer and use it in GitHub Desktop.
Step-by-Step guide on how to move from Sprockets to Webpacker - packs/example1.js
/* app/javascript/packs/example1.js */
var example1 = function doSomething() {
// Your codes here
}
export default example1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment