1.0.0 • Published 12 months ago

@ant-design/moment-webpack-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

antd-moment-webpack-plugin

A webpack plugin to replace Day.js to Moment.js automatically.

Installation

npm install --save-dev @ant-design/moment-webpack-plugin

Usage

// webpack-config.js
import AntdMomentWebpackPlugin from '@ant-design/moment-webpack-plugin';

module.exports = {
  // ...
  plugins: [new AntdMomentWebpackPlugin()],
};