5 lines
119 B
JavaScript
Raw Normal View History

2022-03-11 15:46:11 -08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
})