# @ant-design/moment-webpack-plugin

> A webpack plugin to replace [Day.js](https://day.js.org/) to [Moment.js](http://momentjs.com/) automatically.

Latest version **1.0.0** (published 2024-07-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ant-design/moment-webpack-plugin
pnpm add @ant-design/moment-webpack-plugin
yarn add @ant-design/moment-webpack-plugin
bun add @ant-design/moment-webpack-plugin
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2024-07-04 |
| First published | 2022-06-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | iamkun |
| Maintainers | iamkun, afc163, zombiej |

## Links

- npm: https://www.npmjs.com/package/@ant-design/moment-webpack-plugin
- Repository: https://github.com/ant-design/antd-moment-webpack-plugin
- Homepage: https://github.com/ant-design/antd-moment-webpack-plugin#readme
- Issues: https://github.com/ant-design/antd-moment-webpack-plugin/issues
- npm.io page: https://npm.io/package/@ant-design/moment-webpack-plugin

## Recent versions

- 1.0.0 (latest) — 2024-07-04
- 0.0.4 — 2023-09-07
- 0.0.3 — 2022-12-13
- 0.0.2 — 2022-06-10
- 0.0.1 — 2022-06-10

## README

# antd-moment-webpack-plugin

A webpack plugin to replace [Day.js](https://day.js.org/) to [Moment.js](http://momentjs.com/) automatically.


## Installation
```bash
npm install --save-dev @ant-design/moment-webpack-plugin
```

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

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

---
_Source: https://npm.io/package/@ant-design/moment-webpack-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
