vue-cli-plugin-moment
vue.config.js
. Below is an example configuration that includes only the English locales.
```js
module.exports = {
pluginOptions: {
moment: {
locales: ['en']
}
}
}
```
To demonstrate the payload differences to expect, here is a before and after using the above configuration.
| Before | After |
| :----: |:-----:|
| 
