$ npm i umi-plugin-mako -D
Enable by config.
import { defineConfig } from 'umi';
export default defineConfig({
mako: {
// mako.config.json
// mako config
},
});
$ umi build
INFO Using [email protected]
Building with mako for production...
dist/umi.css 0.04 kB
dist/umi.js 403.76 kB
✓ Built in 571ms
Complete!
File Size Gzipped
dist/umi.js 394.3 KB 93.3 KB
dist/umi.css 35.0 B 55.0 B
Images and other types of assets omitted.
mako build complete
$ umi dev
INFO Using [email protected]
Starting the development server...
http://localhost:8000
Building with mako for development...
✓ Built in 352ms
MIT
Please refer to umi-antd-pro's commit for usage cases
webpack
Theme generated successfully
DONE Compiled successfully in 38919ms 15:00:51
✨ Done in 41.77s.
mako
✓ Built in 4807ms
mako build complete
✨ Done in 7.82s.