소스 검색

bundle update

Garrett Johnson 5 년 전
부모
커밋
7efc6d94e4
3개의 변경된 파일7603개의 추가작업 그리고 6699개의 파일을 삭제
  1. 7601 6697
      example/bundle/example.e31bb0bc.js
  2. 1 1
      example/bundle/example.e31bb0bc.js.map
  3. 1 1
      example/bundle/index.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 7601 - 6697
example/bundle/example.e31bb0bc.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
example/bundle/example.e31bb0bc.js.map


+ 1 - 1
example/bundle/index.js

@@ -212,7 +212,7 @@ var parent = module.bundle.parent;
 if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
   var hostname = "" || location.hostname;
   var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
-  var ws = new WebSocket(protocol + '://' + hostname + ':' + "57728" + '/');
+  var ws = new WebSocket(protocol + '://' + hostname + ':' + "58930" + '/');
 
   ws.onmessage = function (event) {
     checkedAssets = {};