add a global error handler with a slack hook

This commit is contained in:
Sean Yesmunt 2019-03-07 16:46:15 -05:00
parent c646816f0f
commit 584f923491
17 changed files with 198 additions and 147 deletions

View file

@ -58,7 +58,7 @@ const mainConfig = {
const renderConfig = {
target: 'electron-renderer',
entry: {
ui: './src/ui/index.js',
ui: './src/ui/index.jsx',
},
output: {
filename: '[name].js',