From 3685c4bf9207a9f9f023cc4d234f76633f8d5a39 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Wed, 22 Aug 2018 14:54:21 +0200 Subject: [PATCH] Fix an issue with icons in the app manifest --- build/webpack.base.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.base.conf.js b/build/webpack.base.conf.js index 40a2a70..1be900f 100644 --- a/build/webpack.base.conf.js +++ b/build/webpack.base.conf.js @@ -209,7 +209,7 @@ module.exports = { }), new AppManifestWebpackPlugin({ logo: path.resolve(__dirname, '../src/assets/logo.svg'), - prefix: '.', + prefix: '/', output: '/static/icons-[hash:8]/', inject: true, persistentCache: true,