Commit Graph

27 Commits

Author SHA1 Message Date
Tobias Koppers a1d45671c1 fix error message and stack in Firefox
in Firefox stack doesn't include the message
2019-06-12 15:28:45 +02:00
ferhat elmas 3e03edc2cf fix(hot): log messages
group arguments of operator or (||)
otherwise, nonempty string is always true
2018-07-09 22:20:50 +02:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Bogdan Luca 922ee1af25 Moved HMR logging to a module, added possibility to set log level. 2017-05-31 12:00:41 +03:00
Tobias Koppers cf00a1a22d rewrite cases where js beautify and eslint disagree on formatting 2016-06-20 21:46:27 +02:00
Simen Bekkhus b1bdd6989f Use eslint's indent rule 2016-06-20 08:21:00 +02:00
Spencer Elliott 70f01242f1 Use an EventEmitter instead of `window.addEventListener` 2015-11-02 22:42:26 -05:00
Tobias Koppers 431a4c791c Merge branch 'master' into webpack-2
Conflicts:
	hot/dev-server.js
	hot/only-dev-server.js
	hot/poll.js
	hot/signal.js
	lib/ChunkTemplate.js
	lib/HotModuleReplacement.runtime.js
	lib/HotModuleReplacementPlugin.js
	lib/JsonpMainTemplatePlugin.js
	lib/MainTemplate.js
	lib/NormalModule.js
	lib/Parser.js
	lib/RecordIdsPlugin.js
	lib/WebpackOptionsApply.js
	lib/dependencies/RequireEnsureDependency.js
	lib/node/OldNodeWatchFileSystem.js
	lib/optimize/OccurrenceOrderPlugin.js
	package.json
2015-07-17 09:30:37 +02:00
Tobias Koppers eba4727733 beautify stuff 2015-07-16 00:27:37 +02:00
Tobias Koppers 2245c4acca Promise based chunk loading API
don't flag entry module with `0` id anymore
use extra argument in chunk instead
this allows to require entry points
2015-06-13 11:45:28 +02:00
Tobias Koppers 5b1d9ef3bb linting 2015-05-21 22:58:22 +02:00
Tobias Koppers 289db96b36 Make webpack ready for node.js HMR. 2015-03-11 23:48:00 +01:00
mendenhallmagic d653310eef Fix typo in hot plugins: Propably => Probably 2015-02-12 21:30:24 -06:00
Tobias Koppers 52f9dcdab2 Warn when restarting the webpack-dev-server while on a page. 2015-01-18 10:57:31 +01:00
Tobias Koppers d746f0d279 fixes #565 2014-11-03 21:48:58 +01:00
Tobias Koppers 8fa9daf067 Fix function definition for strict mode
fixes #453
2014-10-12 12:24:03 +02:00
Tobias Koppers a616a5a67c fixed spacing 2014-10-12 12:01:10 +02:00
Nick Dima 513f551763 Shim addEventListener for older browsers 2014-10-09 16:18:05 +02:00
Nick Dima ec7ebe0ba8 Replace window.onmessage with window.addEventListener 2014-10-07 18:20:02 +02:00
Tobias Koppers e43a76a65e added hot-only dev-server #418 2014-09-03 13:17:37 +02:00
Tobias Koppers b8fef9a1d7 allow to ignoreUnaccepted modules in HMR
fixes #418
2014-08-29 15:52:38 +02:00
Tobias Koppers 6185147cb5 error when HMR is not enabled but entry added 2014-08-27 16:50:40 +02:00
Tobias Koppers 69cc31c1e2 fixed HMR bug 2014-08-25 13:38:33 +02:00
Tobias Koppers 1bc0b8c0f4 added __webpack_hash__
fixes #422
2014-08-25 09:50:26 +02:00
Johannes Ewald b84b3486b7 Add logging about downloading the hot manifest 2014-08-18 14:30:47 +02:00
Tobias Koppers d8fc8472f6 hot module replacement with code splitting #26 2013-06-19 16:09:46 +02:00
Tobias Koppers 8b2301056d added hot module replacement, fixes #26 2013-06-19 13:49:57 +02:00