agola-web/vue.config.js

8 lines
86 B
JavaScript

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