-
Notifications
You must be signed in to change notification settings - Fork 78
Open
@theFG1998
Description
const MomentLocalesPlugin = require('@ant-design/moment-webpack-plugin'); module.exports = ({ context, onGetWebpackConfig }) => { // 这里面可以写哪些,具体请查看插件开发章节 onGetWebpackConfig((config) => { config.plugin('moment').use(MomentLocalesPlugin); }); }
Metadata
Metadata
Assignees
Labels
No labels