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:
@@ -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");
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user