playwright/tests/components/ct-vue2-cli/vue.config.js
2022-06-02 17:37:43 -07:00

5 lines
118 B
JavaScript

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