@alicloud/console-toolkit-plugin-react
Version:
console toolkit plugin for base react app
11 lines (10 loc) • 343 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.momentPlugin = void 0;
var webpack = require("webpack");
function momentPlugin(config) {
config
.plugin('IgnoreMomentPlugin')
.use(webpack.IgnorePlugin, [/^\.\/(?!(zh|en|jp)).*/, /moment\/locale/]);
}
exports.momentPlugin = momentPlugin;
;