Consolidate dev commands and startup
This commit is contained in:
parent
0b9f9e2659
commit
67a1ba3f99
5 changed files with 106 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue