ice/packages/plugin-moment-locales
ClarkXia a48b921465 chore: publish beta 2023-03-01 19:07:16 +08:00
..
src fix: import path of types and runtime (#5981) 2023-02-28 15:08:10 +08:00
CHANGELOG.md chore: publish beta 2023-03-01 19:07:16 +08:00
README.md chore: optimize (#676) 2022-11-15 10:33:11 +08:00
package.json chore: publish beta 2023-03-01 19:07:16 +08:00
tsconfig.json

README.md

@ice/plugin-moment-locales

ice.js Plugin for load moment locales and reduce size of moment.

Usage

import { defineConfig } from '@ice/app';
import moment from '@ice/plugin-moment-locale';

export default defineConfig(() => ({
  plugins: [
    moment({
      locales: ['zh-CN'],
    }),
  ],
}));