generated from dellevin/template
1
This commit is contained in:
6
vue.config.js
Normal file
6
vue.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
publicPath: './',
|
||||
outputDir: 'dist'
|
||||
})
|
||||
Reference in New Issue
Block a user