UNPKG

@omni-door/tpl-component-library-react

Version:
9 lines (8 loc) 587 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("@omni-door/utils"); var tpl = "`${use_strict}\n\nconst path = require('path');\n\nmodule.exports = {\n port: 6200,\n root: '/bisheng/',\n theme: 'bisheng-theme-one',\n output: 'dist-bisheng',\n themeConfig: {\n home: '/',\n sitename: '${project_name}',\n tagline: 'THE OMNI PROJECT',\n github: '',\n },\n plugins: ['bisheng-plugin-react?lang=jsx']\n};\n`"; exports.tpl_bisheng = { tpl: tpl }; exports.default = utils_1.tpl_engine_init(exports.tpl_bisheng, 'tpl');