diff --git a/examples/index.html b/examples/index.html index 33f90078f..8e9f297b3 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,14 +1,16 @@ + +
- +
- + \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index ab71254d6..6edd58cb3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -36,6 +36,7 @@ module.exports = merge(baseWebpackConfig, { }, devServer: { port: 3000, + host: '0.0.0.0', historyApiFallback: { rewrites: [ { from: /.*/, to: '/index.html' },