Skip to content

Instantly share code, notes, and snippets.

@diessica
Created November 19, 2016 01:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diessica/e6a6ea601d2b19cdcc6881197b6b5c8d to your computer and use it in GitHub Desktop.
Save diessica/e6a6ea601d2b19cdcc6881197b6b5c8d to your computer and use it in GitHub Desktop.
require-hacker extensions array
import requireHacker from 'require-hacker'
const extensions = ['css', 'gif', 'jpg', 'svg']
extensions.forEach(type => {
requireHacker.hook(type, () => 'module.exports = ""')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment