From 8a819be61ec75463de51833bc4484252ac94d809 Mon Sep 17 00:00:00 2001 From: Tony Alves Date: Mon, 16 Oct 2017 14:45:57 -0700 Subject: [PATCH] Remove the index.html from the dist folder on build (#701) --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index b5e1a56d..f517d586 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,6 @@ import React from 'react'; import createReactClass from 'create-react-class'; import { render } from 'react-dom'; import { AppContainer } from 'react-hot-loader'; -import 'file-loader?name=index.html!../example/index.html'; import 'normalize.css'; import Root from './root'; import registry from './lib/registry';