1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

remove old runtime messages for overlay

This commit is contained in:
Kyle Spearrin
2017-12-07 16:29:13 -05:00
parent c92bab9836
commit 4bcc1653ac
2 changed files with 1 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ module.exports = {
use: [{
loader: 'file-loader',
options: {
name: '[name].[hash].[ext]',
name: '[name].[ext]',
outputPath: 'popup/images/',
publicPath: '/'
}