Skip to content

Instantly share code, notes, and snippets.

@aktraore
Created April 27, 2018 12:23
Show Gist options
  • Save aktraore/7fb02263aee4024a82b5f32041e42a56 to your computer and use it in GitHub Desktop.
Save aktraore/7fb02263aee4024a82b5f32041e42a56 to your computer and use it in GitHub Desktop.
Jest htm loader preprocessor
const htmlLoader = require('html-loader');
module.exports = {
process(src, filename, config, options) {
return htmlLoader(src);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment