mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-14 07:19:08 -04:00
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:
parent
856f919970
commit
09dc67fa83
4 changed files with 7 additions and 8 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue