1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

relative public path for fonts and images

This commit is contained in:
Kyle Spearrin
2018-01-12 12:00:21 -05:00
parent 2f107ea0c2
commit a4bda84a3c

View File

@@ -47,7 +47,7 @@ module.exports = {
options: { options: {
name: '[name].[ext]', name: '[name].[ext]',
outputPath: 'popup/fonts/', outputPath: 'popup/fonts/',
publicPath: '/' publicPath: '../'
} }
}] }]
}, },
@@ -59,7 +59,7 @@ module.exports = {
options: { options: {
name: '[name].[ext]', name: '[name].[ext]',
outputPath: 'popup/images/', outputPath: 'popup/images/',
publicPath: '/' publicPath: '../'
} }
}] }]
} }