glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
16 lines (12 loc) • 554 B
JavaScript
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import * as serviceWorker from './serviceWorker';
import ConsolidatePlugins from './lib/ConsolidatePlugins';
ConsolidatePlugins();
ReactDOM.render(<App />, document.getElementById('glass-root'));
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: http://bit.ly/CRA-PWA
serviceWorker.unregister();