UNPKG

catberry

Version:

Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.

29 lines (19 loc) 425 B
/** * This file is a template and it is used only for some string replaces * by BrowserBundleBuilder module. It does not work by itself. */ 'use strict'; const stores = [ /** __stores **/ ]; const components = [ /** __components **/ ]; const routeDefinitions = '__routeDefinitions' || []; const routeDescriptors = '__routes' || []; module.exports = { stores, components, routeDefinitions, routeDescriptors };