summaryrefslogtreecommitdiff
path: root/master/client/vue.config.js
blob: 910e297e0f53483455d2aa432887c3b7975d6c11 (plain)
1
2
3
4
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  transpileDependencies: true
})