1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #605 from ringmatter/webpack-serve

Add support for local webpack devserver development
This commit is contained in:
dkanada 2019-12-03 23:13:05 +09:00 committed by GitHub
commit f32e3dfcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 545 additions and 7 deletions

4
src/standalone.js Normal file
View file

@ -0,0 +1,4 @@
(function() {
"use strict";
window.appMode='standalone';
})();