mobilizon.chapril.org-mobil.../js/vue.config.js
Thomas Citharel c600b31c28
Add back share popup and use navigator.share when available
Also handle better svg resources

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-06-05 15:22:05 +02:00

8 lines
154 B
JavaScript

const path = require("path");
module.exports = {
runtimeCompiler: true,
lintOnSave: true,
outputDir: path.resolve(__dirname, "../priv/static"),
};