playwright/tests/components/ct-vue-cli/vue.config.js

5 lines
119 B
JavaScript

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