From 552ce183c1616f940809e1e903d9f10804d1cb92 Mon Sep 17 00:00:00 2001 From: Steven Evans Date: Thu, 30 Aug 2018 10:43:18 -0400 Subject: [PATCH 1/4] [chore] Introduce HTML-Webpack This issue means that any changes to the HTML has to happen in the `.\src\index.html` file rather than the `.\index.html`. This makes the `index.html` in the root now a build artifact the same way that files in `dist\` are. --- index.html | 34 +- package-lock.json | 316 ++++++++++++++ package.json | 1 + src/index.html | 1023 +++++++++++++++++++++++++++++++++++++++++++++ webpack.config.js | 37 ++ 5 files changed, 1392 insertions(+), 19 deletions(-) create mode 100644 src/index.html diff --git a/index.html b/index.html index 66439fff0..a6307476f 100644 --- a/index.html +++ b/index.html @@ -8,13 +8,11 @@ - - - +