UNPKG

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

Version:
8 lines (7 loc) 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function default_1(config) { var name = config.name; return "'use strict';\n\nconst path = require('path');\n\nmodule.exports = {\n port: 6200,\n root: '/bisheng/',\n theme: 'bisheng-theme-one',\n themeConfig: {\n home: '/',\n sitename: '" + name + "',\n tagline: 'THE OMNI PROJECT',\n github: '',\n },\n plugins: ['bisheng-plugin-react?lang=jsx']\n};"; } exports.default = default_1;