Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 562 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 562 Bytes

umi-plugin-main-path

NPM version NPM downloads

config umi main path

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-main-path'],
  ],
}

Options

TODO

LICENSE

MIT