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

5 lines
119 B
JavaScript
Raw Normal View History

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