UNPKG

@kingscode/vuetify-phone-input

Version:

A Vuetify form control usable for phone numbers. Supports country code, auto formatting and country code recognition

14 lines (12 loc) 273 B
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin; module.exports = { configureWebpack: { externals: { 'vuetify/lib': 'vuetify/lib' }, plugins: [ new BundleAnalyzerPlugin() ] }, css: { extract: false, }, };