UNPKG

@cone2875/vue-formulate-select

Version:
12 lines 257 B
module.exports = { configureWebpack: { output: { filename: 'index.js', libraryTarget: "umd", }, externals: { 'vue-select': 'commonjs2 vue-select' }, mode: 'production', }, }