PointTrackApp / vue.config.js
2nzi's picture
first commit
b4f9490 verified
raw
history blame contribute delete
124 Bytes
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})