Correction chargement dynamique
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
import { Config } from './config';
|
||||
|
||||
declare var __webpack_public_path__: string;
|
||||
__webpack_public_path__ = Config.frontendBaseURL;
|
||||
|
||||
import './sass/_all.scss';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
@ -9,6 +14,7 @@ import '@fortawesome/fontawesome-free/js/regular'
|
||||
import '@fortawesome/fontawesome-free/js/brands'
|
||||
import './resources/favicon.png';
|
||||
|
||||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById('app')
|
||||
|
Reference in New Issue
Block a user