diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 81b4f3d75..5b031b7cf 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -29,6 +29,5 @@ module.exports = { // Enable CSS source maps. sourceMap: process.env.NODE_ENV !== 'production', }, - outputDir: path.resolve(__dirname, './dist/vue' ), + outputDir: path.resolve(__dirname, './dist/vue'), } -