代码拉取完成,页面将自动刷新
import type WebpackChain from 'webpack-chain'
import { defineConfig } from 'dumi'
import path from 'path'
const repo = process.env.PUBLIC_PATH || ''
export default defineConfig({
chainWebpack(memo: WebpackChain) {
memo.plugins.delete('copy')
},
title: '图标库',
mode: 'site',
outputPath: 'docs-dist',
hash: true,
favicon: 'https://avatars.githubusercontent.com/u/74942048',
logo: 'https://avatars.githubusercontent.com/u/74942048',
base: `/${repo}`,
publicPath: `/${repo}`,
exportStatic: {}, // 将所有路由输出为 HTML 目录结构,以免刷新页面时 404
apiParser: {
propFilter: {
// 是否忽略从 node_modules 继承的属性,默认值为 false
skipNodeModules: true,
},
},
navs: [
{
title: '指南',
path: '/guide',
},
{
title: '组件',
path: '/component',
},
],
resolve: {
includes: ['docs'],
},
locales: [['zh-CN', '中文']],
styles: [],
extraBabelPlugins: [
[
'import',
{
libraryName: 'antd',
libraryDirectory: 'es', // default: lib
style: true,
},
'antd',
],
],
alias: {
'@tarojs/components': path.resolve(__dirname, './mock/taro.tsx'),
},
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。