mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Revised webpack bundling
This commit is contained in:
parent
92334d237a
commit
66c5828c92
7 changed files with 218 additions and 25 deletions
|
@ -47,8 +47,8 @@
|
|||
content="/Content/Images/Icons/browserconfig.xml"
|
||||
/>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/Content/styles.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Content/Fonts/fonts.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/Content/Fonts/fonts.css">
|
||||
<!-- webpack bundles head -->
|
||||
|
||||
<title>Lidarr</title>
|
||||
|
||||
|
@ -80,7 +80,5 @@
|
|||
|
||||
<script src="/initialize.js" data-no-hash></script>
|
||||
<script src="/polyfills.js"></script>
|
||||
<script src="/vendor.js"></script>
|
||||
<script src="/preload.js"></script>
|
||||
<script src="/index.js"></script>
|
||||
<!-- webpack bundles body -->
|
||||
</html>
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
/* eslint no-undef: 0 */
|
||||
__webpack_public_path__ = `${window.Lidarr.urlBase}/`;
|
|
@ -1,5 +0,0 @@
|
|||
/* Base */
|
||||
// require('jquery');
|
||||
require('lodash');
|
||||
require('moment');
|
||||
// require('signalR');
|
Loading…
Add table
Add a link
Reference in a new issue