Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit f20efbc

Browse files
committed
Fixes for broken images
1 parent c77c080 commit f20efbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if (process.env.NODE_ENV === 'production') {
8888
AppCache: false,
8989
publicPath: '/',
9090
excludes: ['*.txt', '*.svg', 'CNAME', '**/.DS_Store', 'images/*.*', 'images/touch/*.*', 'images/touch/*.*', '**/*.map'],
91-
externals: ['images/touch/favicon.ico', 'images/touch/apple-touch-icon.png', 'images/touch/android-chrome-512x512.png', 'images/touch/android-chrome-192x192.png']
91+
externals: ['images/touch/favicon.ico', 'images/touch/apple-touch-icon.jpg', 'images/touch/android-chrome-512x512.png', 'images/touch/android-chrome-192x192.png']
9292
})
9393
);
9494
config.plugins.push(

0 commit comments

Comments
 (0)