Skip to content

Instantly share code, notes, and snippets.

@ustun
Created June 30, 2016 18:31
Show Gist options
  • Save ustun/2cc55eef6b935b2190566316b15915cf to your computer and use it in GitHub Desktop.
Save ustun/2cc55eef6b935b2190566316b15915cf to your computer and use it in GitHub Desktop.
[ignore]
.*/node_modules/fbjs/.*
.*/node_modules/flux/.*
.*/node_modules/npm/.*
.*/node_modules/babylon/.*
[options]
module.name_mapper='.*\(.less\)' -> 'empty/object'
module.name_mapper='.*\(.css\)' -> 'empty/object'
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.json
module.file_ext=.react.js
[libs]
decls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment