Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: #1719 #2017

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

fix: #1719 #2017

wants to merge 5 commits into from

Commits on Jun 11, 2019

  1. fix: webpack#1719

    orange4glace committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    5a6bd69 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. fix: webpack#1719, refatored

    Only server code is modified
    rather than modifying both (client and server) code.
    Each compiler creates its own socket server
    With SockJS implementation,
    Servers are distinguished by prefix which is the name of the compiler.
    If compiler name is not provided in webpack option,
    Any random GUID will be generated and named.
    orange4glace committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    73eae26 View commit details
    Browse the repository at this point in the history
  2. fix: forEach socket typo

    orange4glace committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    9cd5358 View commit details
    Browse the repository at this point in the history
  3. fix: indentation

    orange4glace committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    ad75806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    490c148 View commit details
    Browse the repository at this point in the history