5 lines
118 B
JavaScript
Raw Normal View History

2022-06-02 17:37:43 -07:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})