mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
UI loading improvements
Fixed: Caching for dynamically loaded JS files Fixed: Incorrect caching of initialize.js (cherry picked from commit f0cb5b81f140c67fa84162e094cc4e0f3476f5da) Closes #3883 Closes #3890 Closes #3893
This commit is contained in:
parent
6b5bc25f35
commit
d473752999
12 changed files with 128 additions and 105 deletions
|
@ -36,7 +36,7 @@ module.exports = (env) => {
|
|||
},
|
||||
|
||||
entry: {
|
||||
index: 'index.js'
|
||||
index: 'index.ts'
|
||||
},
|
||||
|
||||
resolve: {
|
||||
|
@ -98,7 +98,8 @@ module.exports = (env) => {
|
|||
new HtmlWebpackPlugin({
|
||||
template: 'frontend/src/index.ejs',
|
||||
filename: 'index.html',
|
||||
publicPath: '/'
|
||||
publicPath: '/',
|
||||
inject: false
|
||||
}),
|
||||
|
||||
new FileManagerPlugin({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue