Revised webpack bundling

This commit is contained in:
Taloth Saldono
2019-12-09 21:42:39 +00:00
committed by Qstick
parent 5b2df4d9ca
commit 11525c6167
7 changed files with 218 additions and 25 deletions

View File

@@ -1,3 +1,6 @@
/* eslint-disable-next-line no-undef */
__webpack_public_path__ = `${window.Lidarr.urlBase}/`;
import React from 'react';
import { render } from 'react-dom';
import { createBrowserHistory } from 'history';