working with electron

This commit is contained in:
Sean Yesmunt 2019-03-29 10:23:32 -04:00
parent fbbbe526c4
commit d97b433a49
21 changed files with 99 additions and 103 deletions

View file

@ -24,7 +24,7 @@ let mainConfig = {
module: {
rules: [
{
test: /\.jsx?$/,
test: /\.(jsx?$|s?css$)/,
use: [
{
loader: 'preprocess-loader',