Add support for sound notifications on Windows 7 and 8

ding.mp3 is derived from /platform repository.
This commit is contained in:
Yuya Ochiai
2017-04-01 01:12:04 +09:00
parent 366c73b164
commit 2fa618c9c9
5 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ module.exports = merge(base, {
plugins: ['transform-object-rest-spread']
}
}
}, {
test: /\.mp3$/,
use: {
loader: 'url-loader'
}
}]
},
node: {