Sign in

徐烜 / bsth-ebus-h5_editor · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-ebus-h5_editor
  • front-end
  • landing-page
  • .umirc.js
  • deploy landing-page to gitee
    1542d15c
    ly525 authored
    2019-12-08 14:23:42 +0800  
    Browse Code »
.umirc.js 210 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
export default {
  publicPath: "/luban-h5/",
  history: 'hash',
  disableCSSModules: true,
  plugins: [
    [
      'umi-plugin-react', {
        // dynamicImport: true,
        antd: true,
      }
    ],
  ]
}