agola-web/vue.config.js
Simone Gotti 3f2c57394a *: Format with prettier
Use latest prettier as devDependency so tools will use (or can be
configured to use) the npm provided version.
The unique config change is to use single quotes instead of double
quotes.
2022-02-24 09:02:02 +01:00

8 lines
88 B
JavaScript

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