Revised webpack bundling

This commit is contained in:
Taloth Saldono 2019-12-09 21:42:39 +00:00 committed by Qstick
parent 92334d237a
commit 66c5828c92
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';