Remove the index.html from the dist folder on build (#701)

This commit is contained in:
Tony Alves 2017-10-16 14:45:57 -07:00 committed by Benaiah Mischenko
parent f966cd81bd
commit 8a819be61e

View File

@ -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';