We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const MomentLocalesPlugin = require('@ant-design/moment-webpack-plugin'); module.exports = ({ context, onGetWebpackConfig }) => { // 这里面可以写哪些,具体请查看插件开发章节 onGetWebpackConfig((config) => { config.plugin('moment').use(MomentLocalesPlugin); }); }
抛出:
Activity