included vue config

This commit is contained in:
FrankRua 2022-09-06 15:46:31 -04:00
parent d1d650e85e
commit 94e11439af
3 changed files with 13 additions and 1 deletions

View file

@ -20,7 +20,7 @@ const routes = [
]
const router = createRouter({
history: createWebHistory(process.env.BASE_URL),
history: createWebHistory("/"),
routes
})

6
vue.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
publicPath: "/",
configureWebpack: {
devtool: 'source-map'
},
};

6
vue.release.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
publicPath: "/",
configureWebpack: {
devtool: 'source-map'
},
};