mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add dev server and finish build
This commit is contained in:
parent
db4787a259
commit
ac903b87e0
5 changed files with 1364 additions and 435 deletions
|
@ -23,11 +23,6 @@ module.exports = {
|
|||
]
|
||||
},
|
||||
plugins: [
|
||||
new CleanWebpackPlugin(),
|
||||
new CopyPlugin([{
|
||||
from: "**/*",
|
||||
to: "."
|
||||
}]),
|
||||
new CopyPlugin(
|
||||
Assets.map(asset => {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue