Skip to content

Instantly share code, notes, and snippets.

@123ish
Forked from kevinhq/example1.js
Created August 15, 2020 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 123ish/4f5304b8e0196d78daf7bcf0489e539a to your computer and use it in GitHub Desktop.
Save 123ish/4f5304b8e0196d78daf7bcf0489e539a 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