From a397a9ffba46759f8e29e48d10f434a4a79ccc8c Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 7 Sep 2017 20:29:20 +1200 Subject: [PATCH] Removing html to avoid requiring a html-loader plugin for just one file --- src/js/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/index.js b/src/js/index.js index 1caaf75a..6f74017f 100755 --- a/src/js/index.js +++ b/src/js/index.js @@ -11,7 +11,6 @@ import ReactGA from 'react-ga' import store from './bootstrap.js' require('../scss/app.scss'); -require('../index.html'); import App from './App' import Album from './views/Album'