mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07: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
3
.gitignore
vendored
3
.gitignore
vendored
@ -570,3 +570,6 @@ ASALocalRun/
|
||||
healthchecksdb
|
||||
|
||||
# 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…
Reference in New Issue
Block a user