diff --git a/frontend/config/webpack.config.prod.js b/frontend/config/webpack.config.prod.js
index 78107b08..d877196f 100644
--- a/frontend/config/webpack.config.prod.js
+++ b/frontend/config/webpack.config.prod.js
@@ -60,9 +60,9 @@ const webpackConfig = merge(commonConfig, {
plugins: [
new webpack.EnvironmentPlugin(environment),
new CleanWebpackPlugin(),
- new webpack.optimize.LimitChunkCountPlugin({
- maxChunks: 1
- }),
+ // new webpack.optimize.LimitChunkCountPlugin({
+ // maxChunks: 1
+ // }),
new MiniCSSExtractPlugin({
filename: 'css/[name].css',
chunkFilename: 'css/[name].css'
diff --git a/frontend/public/base.gohtml b/frontend/public/base.gohtml
index 51914057..1620c649 100644
--- a/frontend/public/base.gohtml
+++ b/frontend/public/base.gohtml
@@ -62,13 +62,13 @@
{{if USE_CDN}}
-
+
{{else if USING_ASSETS }}
-
+
{{else}}
<% _.each(htmlWebpackPlugin.tags.bodyTags, function(bodyTag) { %>
diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 21c1cf53..54f5bab4 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -6,51 +6,51 @@
diff --git a/frontend/src/components/Service/ServiceBlock.vue b/frontend/src/components/Service/ServiceBlock.vue
index 77d3e4b5..aed54039 100644
--- a/frontend/src/components/Service/ServiceBlock.vue
+++ b/frontend/src/components/Service/ServiceBlock.vue
@@ -58,11 +58,10 @@
-
-
-
+
\ No newline at end of file
diff --git a/frontend/src/components/Service/ServiceFailures.vue b/frontend/src/components/Service/ServiceFailures.vue
index d9c5d54e..220f762e 100644
--- a/frontend/src/components/Service/ServiceFailures.vue
+++ b/frontend/src/components/Service/ServiceFailures.vue
@@ -32,7 +32,7 @@
-
-
-
diff --git a/frontend/src/forms/IncidentUpdates.vue b/frontend/src/forms/IncidentUpdates.vue
index 6d456e59..4fa6f637 100644
--- a/frontend/src/forms/IncidentUpdates.vue
+++ b/frontend/src/forms/IncidentUpdates.vue
@@ -36,7 +36,7 @@
-
-
diff --git a/frontend/src/pages/Index.vue b/frontend/src/pages/Index.vue
index d1da9c6b..8408f84b 100644
--- a/frontend/src/pages/Index.vue
+++ b/frontend/src/pages/Index.vue
@@ -33,14 +33,12 @@
-
-
-
diff --git a/frontend/src/pages/Login.vue b/frontend/src/pages/Login.vue
index 70a6e326..859998a4 100644
--- a/frontend/src/pages/Login.vue
+++ b/frontend/src/pages/Login.vue
@@ -10,7 +10,7 @@