agola-web/vue.config.js

8 lines
88 B
JavaScript

const path = require('path');
module.exports = {
css: {
sourceMap: true,
},
};