mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #1209] [MERGED] Fix hotloading #1644
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1644
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/1209
Author: @Hyzual
Created: 4/13/2020
Status: ✅ Merged
Merged: 4/18/2020
Merged by: @phanan
Base:
master← Head:webpack_build📝 Commits (4)
44729c4Upgrade webpack to latestac8fbcaChange port to 800044ea6e8Revert "Upgrade webpack to latest"a044a00sync with core📊 Changes
3 files changed (+8 additions, -2 deletions)
View changed files
📝
app/Application.php(+1 -1)📝
resources/assets(+1 -1)📝
webpack.mix.js(+6 -0)📄 Description
webpack's (major) changelog: https://github.com/webpack/webpack/releases/tag/v4.0.0
laravel-mix's (major) changelog: https://github.com/JeffreyWay/laravel-mix/releases/tag/v5.0.0
How to test:
How to use hot reload:
server at http://localhost:8000
Note to reviewer:
EDIT: 8000 is now the port
- I chose 8088 as port number because that's what is expected by cypress tests. If another port is preferred, let me know.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.