kamilcraft.com/vue.config.js
Kamil Niemczycki 7475bb5671
Upgrade to vue 3 (#1)
* updated dependencies

* updated readme

* upgrade to vue 3

* updated buttons

* duplicate id removed

* updated contact
2022-07-13 09:48:44 +02:00

7 lines
138 B
JavaScript

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