Set playground as dev server content base

For consistency with scratch-vm.
The redirect from index to playground was already unnecessary.
This commit is contained in:
Ray Schamp 2016-09-26 11:58:14 -04:00
parent 856f919970
commit 09dc67fa83
4 changed files with 7 additions and 8 deletions

View file

@ -2,6 +2,10 @@ var path = require('path');
var webpack = require('webpack');
var base = {
devServer: {
contentBase: path.resolve(__dirname, 'playground'),
host: '0.0.0.0'
},
module: {
loaders: [
{