UNPKG

generator-genreact

Version:

A batteries-included isomorphic react application generator.

15 lines (11 loc) 315 B
/** * Node/io.js and the web are both compilation targets. * This is a list of node_modules that webpack should * pipe through it’s loaders system when creating the * server build. **/ var WHITE_LIST_OF_NODE_MODULES = [ 'react-autodoc', 'react-router', ]; module.exports = WHITE_LIST_OF_NODE_MODULES;