Skip to content

Instantly share code, notes, and snippets.

@fohte
Created May 28, 2017 14:27
Show Gist options
  • Save fohte/c8c81d2dcbcd29e5f4f19b77f3b94711 to your computer and use it in GitHub Desktop.
Save fohte/c8c81d2dcbcd29e5f4f19b77f3b94711 to your computer and use it in GitHub Desktop.
{
"ecmaVersion": 6,
"libs": [
"browser"
],
"loadEagerly": [
"./client/app/**/*.js"
],
"dontLoad": [
"**/node_modules/!(react*|redux)/**/*.js"
],
"plugins": {
"requirejs": {},
"doc_comment": {},
"complete_strings": {},
"node": {},
"es_modules": {},
"webpack": {
"configPath": "./client/webpack.config.babel.js"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment