From 6f9d783f50739056f06d333294aae3eb0cd75cfa Mon Sep 17 00:00:00 2001 From: Jared Stoffan Date: Tue, 18 Dec 2018 16:40:25 -0800 Subject: [PATCH] Chore: Update doc and test fixtures to support IE11 (#319) --- build/webpack.config.js | 2 ++ docs/index.html | 23 ++++++++++++----------- test/index.html | 13 +++++++------ 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/build/webpack.config.js b/build/webpack.config.js index dfa562784..3b37cb40c 100644 --- a/build/webpack.config.js +++ b/build/webpack.config.js @@ -46,6 +46,8 @@ const config = Object.assign(commonConfig(), { }, devServer: { contentBase: './test', + disableHostCheck: true, + host: '0.0.0.0', inline: true } }); diff --git a/docs/index.html b/docs/index.html index 9e4f659a4..0526aa705 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,7 @@ + @@ -16,28 +17,28 @@ - +
File ID:
-
+
- \ No newline at end of file + diff --git a/test/index.html b/test/index.html index b335e886d..e458b82a9 100644 --- a/test/index.html +++ b/test/index.html @@ -1,6 +1,7 @@ + @@ -28,7 +29,7 @@