Add support for sound notifications on Windows 7 and 8
ding.mp3 is derived from /platform repository.
This commit is contained in:
@@ -25,6 +25,11 @@ module.exports = merge(base, {
|
||||
plugins: ['transform-object-rest-spread']
|
||||
}
|
||||
}
|
||||
}, {
|
||||
test: /\.mp3$/,
|
||||
use: {
|
||||
loader: 'url-loader'
|
||||
}
|
||||
}]
|
||||
},
|
||||
node: {
|
||||
|
Reference in New Issue
Block a user