1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +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: {
name: '[name].[ext]',
outputPath: 'popup/fonts/',
publicPath: '../'
publicPath: './fonts/'
}
}]
},
@ -62,7 +62,7 @@ module.exports = {
options: {
name: '[name].[ext]',
outputPath: 'popup/images/',
publicPath: '../'
publicPath: './images/'
}
}]
}