Open beautiful-boyyy opened 1 year ago
const MomentLocalesPlugin = require('@ant-design/moment-webpack-plugin'); module.exports = ({ context, onGetWebpackConfig }) => { // 这里面可以写哪些,具体请查看插件开发章节 onGetWebpackConfig((config) => { config.plugin('moment').use(MomentLocalesPlugin); }); }
抛出:
抛出: