0.0.8 • Published 6 years ago

redocgen v0.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

config

developing

{
  libraryName: pkg.name,
  libraryEntry: 'components',
  outputPath: 'dist',
  publicPath: '/',
  extraBabelPlugins: [],
  extraBabelPresets: [],
  alias: {},
  externals: {},
  define: {},
  transform: {
    script: `${config.libraryEntry}/{member}/index.js`,
    style: `${config.libraryEntry}/{member}/style/index.less`,
    demo: `${config.libraryEntry}/{member}/demo/*.js`,
    markdown: `${config.libraryEntry}/{member}/*.md`,
    moduleConvert: kebabCase
  }
}