mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
update public path
This commit is contained in:
parent
1f1303fc97
commit
5fdef63bb1
@ -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/'
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user