Skip to content

Instantly share code, notes, and snippets.

@kevinhq
Created July 15, 2020 05:13
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Step-by-Step guide on how to move from Sprockets to Webpacker - custom_loader.js
// config/webpack/loaders/custom_loaders.js
module.exports = {
test: /\.ya?ml$/,
loaders: ['json-loader', 'yaml-loader']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment