Prototype updater window

This commit is contained in:
Yuya Ochiai
2017-08-12 00:25:58 +09:00
parent 7cc74737fe
commit 7e99059fba
8 changed files with 163 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ module.exports = merge(base, {
entry: {
index: './src/browser/index.jsx',
settings: './src/browser/settings.jsx',
updater: './src/browser/updater.jsx',
'webview/mattermost': './src/browser/webview/mattermost.js',
},
output: {