Fix an issue with icons in the app manifest

This commit is contained in:
Lucas Verney 2018-08-22 14:54:21 +02:00
parent b1bee5c308
commit 3685c4bf92

View File

@ -209,7 +209,7 @@ module.exports = {
}), }),
new AppManifestWebpackPlugin({ new AppManifestWebpackPlugin({
logo: path.resolve(__dirname, '../src/assets/logo.svg'), logo: path.resolve(__dirname, '../src/assets/logo.svg'),
prefix: '.', prefix: '/',
output: '/static/icons-[hash:8]/', output: '/static/icons-[hash:8]/',
inject: true, inject: true,
persistentCache: true, persistentCache: true,