Resolve unnecessary diffs

pull/10/head
Matthew Strasiotto 4 years ago
parent 8a274365dc
commit ac15b25af6

@ -122,7 +122,3 @@ html, body {
height: 100%;
}
xterm {
font-family: SauceCodePro;
}

@ -9,7 +9,7 @@ let mainConfig = {
},
output: {
path: __dirname + '/public/',
filename: '[name].js'
filename: '[name].js',
},
mode: develBuild ? 'development' : 'production',
module: {

Loading…
Cancel
Save