'How to reduce extremaly large bundle size while using vue-inputmask?

Im' using vue-inputmask (https://www.npmjs.com/package/vue-inputmask). I implemented it as it was described in doc and it works great but it's size is enormouse (500KB, GZiped - 100KB). How can I reduce it's size?

import Vue from 'vue'
const VueInputMask = require('vue-inputmask').default

Vue.use(VueInputMask)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source