Consolidate dev commands and startup

This commit is contained in:
Shawn 2019-03-13 01:52:14 -05:00
parent 0b9f9e2659
commit 67a1ba3f99
5 changed files with 106 additions and 5 deletions

View file

@ -1,4 +1,5 @@
const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const baseConfig = require('./webpack.base.config.js');
const CopyWebpackPlugin = require('copy-webpack-plugin');
@ -58,7 +59,7 @@ const mainConfig = {
const renderConfig = {
target: 'electron-renderer',
entry: {
ui: './src/ui/index.jsx',
ui: ['./src/ui/index.jsx'],
},
output: {
filename: '[name].js',