mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-07-03 03:27:52 +08:00
Moved run script to root of src folder and renamed it to index.j. Updated config files to use this as entry point to the template
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import 'core-js/fn/object/assign';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './Main';
|
||||
|
||||
// Render the main component into the dom
|
||||
ReactDOM.render(<App />, document.getElementById('app'));
|
||||
Reference in New Issue
Block a user