1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02:00

update public path

This commit is contained in:
Kyle Spearrin 2018-02-19 17:09:08 -05:00
parent 1f1303fc97
commit 5fdef63bb1

View File

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