Skip to content

Instantly share code, notes, and snippets.

@Kiwka
Last active March 22, 2019 11:44
Show Gist options
  • Save Kiwka/4ddec45269d466a466fff6074167ca08 to your computer and use it in GitHub Desktop.
Save Kiwka/4ddec45269d466a466fff6074167ca08 to your computer and use it in GitHub Desktop.
fix for flow error on html loading by empty npm package
// place this one in the [options] section in your flowconfig
module.name_mapper='.*\(.html\)' -> 'empty/string'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment