playwright/tests/components/ct-vue-cli/vue.config.js
2022-11-08 08:40:29 -08:00

5 lines
119 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
})