Sha256: 6bd9e7c46129d7d1ff02152a542a7a6cb4783d865536beb09f86228c99683b8e

Contents?: true

Size: 314 Bytes

Versions: 62

Compression:

Stored size: 314 Bytes

Contents

if(module.hot) {
	var hotPollInterval = +(__resourceQuery.substr(1)) || (10*60*1000);
	setInterval(function() {
		if(module.hot.status() === "idle") {
			module.hot.check(function(err, updatedModules) {
				if(err) {
					console.warn("Update failed: " + err);
					return;
				}
			});
		}
	}, hotPollInterval);
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
smock-0.1.268 node_modules/webpack/hot/poll.js
smock-0.1.267 node_modules/webpack/hot/poll.js
smock-0.1.266 node_modules/webpack/hot/poll.js
smock-0.1.265 node_modules/webpack/hot/poll.js
smock-0.1.264 node_modules/webpack/hot/poll.js
smock-0.1.263 node_modules/webpack/hot/poll.js
smock-0.1.262 node_modules/webpack/hot/poll.js
smock-0.1.261 node_modules/webpack/hot/poll.js
smock-0.1.260 node_modules/webpack/hot/poll.js
smock-0.1.259 node_modules/webpack/hot/poll.js
smock-0.1.258 node_modules/webpack/hot/poll.js
smock-0.1.256 node_modules/webpack/hot/poll.js
smock-0.1.255 node_modules/webpack/hot/poll.js
smock-0.1.254 node_modules/webpack/hot/poll.js
smock-0.1.253 node_modules/webpack/hot/poll.js
smock-0.1.252 node_modules/webpack/hot/poll.js
smock-0.1.251 node_modules/webpack/hot/poll.js
smock-0.1.250 node_modules/webpack/hot/poll.js
smock-0.1.249 node_modules/webpack/hot/poll.js
smock-0.1.247 node_modules/webpack/hot/poll.js