Add back share popup and use navigator.share when available

Also handle better svg resources

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-05 15:20:53 +02:00
parent 4f13670288
commit c600b31c28
8 changed files with 438 additions and 190 deletions

View File

@@ -4,11 +4,4 @@ module.exports = {
runtimeCompiler: true,
lintOnSave: true,
outputDir: path.resolve(__dirname, "../priv/static"),
chainWebpack: (config) => {
const svgRule = config.module.rule("svg");
svgRule.uses.clear();
svgRule.use("vue-svg-loader").loader("vue-svg-loader");
},
};