minor update
This commit is contained in:
8
dist/ef19487056b129c8f3eda17f9543ab70.js
vendored
8
dist/ef19487056b129c8f3eda17f9543ab70.js
vendored
@ -68,7 +68,7 @@ require = (function (modules, cache, entry) {
|
||||
|
||||
// Override the current require with this new one
|
||||
return newRequire;
|
||||
})({6:[function(require,module,exports) {
|
||||
})({4:[function(require,module,exports) {
|
||||
var bundleURL = null;
|
||||
function getBundleURLCached() {
|
||||
if (!bundleURL) {
|
||||
@ -99,7 +99,7 @@ function getBaseURL(url) {
|
||||
exports.getBundleURL = getBundleURLCached;
|
||||
exports.getBaseURL = getBaseURL;
|
||||
|
||||
},{}],5:[function(require,module,exports) {
|
||||
},{}],3:[function(require,module,exports) {
|
||||
var bundle = require('./bundle-url');
|
||||
|
||||
function updateLink(link) {
|
||||
@ -131,7 +131,7 @@ function reloadCSS() {
|
||||
|
||||
module.exports = reloadCSS;
|
||||
|
||||
},{"./bundle-url":6}],0:[function(require,module,exports) {
|
||||
},{"./bundle-url":4}],0:[function(require,module,exports) {
|
||||
var global = (1, eval)('this');
|
||||
var OldModule = module.bundle.Module;
|
||||
function Module() {
|
||||
@ -149,7 +149,7 @@ function Module() {
|
||||
module.bundle.Module = Module;
|
||||
|
||||
if (!module.bundle.parent && typeof WebSocket !== 'undefined') {
|
||||
var ws = new WebSocket('ws://localhost:50893/');
|
||||
var ws = new WebSocket('ws://localhost:55832/');
|
||||
ws.onmessage = function(event) {
|
||||
var data = JSON.parse(event.data);
|
||||
|
||||
|
Reference in New Issue
Block a user