UNPKG

vuetify-china-area-select

Version:
18 lines (17 loc) 387 B
const VuetifyLoaderPlugin = require('vuetify-loader/lib/plugin') module.exports = { outputDir: 'docs', publicPath: './', productionSourceMap: false, devServer: { disableHostCheck: true, // 绕过host检测 compress: true, host: '0.0.0.0', // 微信外网调试用 port: 8088 }, configureWebpack: { plugins: [ new VuetifyLoaderPlugin() ], }, }