mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-05 06:47:26 +02:00
Allow the dev server to work for non localhost host (#2516)
This change is useful in order to access the live updating dev server from a mobile device that is not on localhost. A precursor to getting Android working.
This commit is contained in:
@@ -23,6 +23,7 @@ const config = {
|
|||||||
contentBase: './examples',
|
contentBase: './examples',
|
||||||
publicPath: '/',
|
publicPath: '/',
|
||||||
hot: true,
|
hot: true,
|
||||||
|
host: '0.0.0.0',
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
|
Reference in New Issue
Block a user