mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #162 from vitorsemeano/webpack_part1
Convertion to webpack - part1 - npm and dynamic module resolution for site.js
This commit is contained in:
commit
65aec76e06
4 changed files with 4047 additions and 606 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -570,3 +570,6 @@ ASALocalRun/
|
||||||
healthchecksdb
|
healthchecksdb
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/node,rider,macos,linux,windows,visualstudio,visualstudiocode
|
# End of https://www.gitignore.io/api/node,rider,macos,linux,windows,visualstudio,visualstudiocode
|
||||||
|
|
||||||
|
# dist for webpack output
|
||||||
|
dist
|
11
package.json
Normal file
11
package.json
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"name": "jellyfin-web",
|
||||||
|
"version": "0.0.0",
|
||||||
|
"description": "Web interface for Jellyfin",
|
||||||
|
"repository": "https://github.com/jellyfin/jellyfin-web",
|
||||||
|
"license": "GPL-2",
|
||||||
|
"devDependencies": {
|
||||||
|
"webpack": "^4.29.5",
|
||||||
|
"webpack-cli": "^3.2.3"
|
||||||
|
}
|
||||||
|
}
|
1794
src/scripts/site.js
1794
src/scripts/site.js
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue