UNPKG

generator-universal-web-template

Version:

An universal web proejct template - let you quickly set up a project using Handlebars, sass and ReactJS for front-end templating. It can be adopted with most modern CMS.

22 lines (16 loc) 374 B
/* jshint node: true */ /* Vendor - reactjs */ 'use strict'; module.exports = function(moduleDir) { return { plugins:[ moduleDir + "/react/dist/react.js", moduleDir + "/react-dom/dist/react-dom.js", moduleDir + "/history/umd/history.js", moduleDir + "/react-router/umd/ReactRouter.js", moduleDir + "/alt/dist/alt.js" ] }; };