sunscreen/vue.config.js

5 lines
118 B
JavaScript
Raw Permalink Normal View History

2022-04-13 14:58:46 +02:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})