Tobias Koppers
|
8e69a80847
|
code linting
|
2017-01-11 12:29:01 +01:00 |
Tobias Koppers
|
52d7c41e3f
|
fixes #3159
|
2016-11-16 14:02:33 +01:00 |
Tushar Sonawane
|
34c02a9c15
|
fix 'no-loop-func' warnings
|
2016-10-29 18:53:54 +05:30 |
Tobias Koppers
|
afd11259b2
|
stricter linting and bug fixes
|
2016-09-15 00:22:10 +02:00 |
Tobias Koppers
|
1675a5a5ca
|
new way to handle new ids, reuse old ids
adjusted HMR to handle id reusing
|
2016-07-18 00:41:26 +02:00 |
Tobias Koppers
|
bd35d4f65d
|
allow to ignore errors and fire events
|
2016-07-02 17:30:21 +02:00 |
Tobias Koppers
|
1cd6c4eeba
|
better error messages in HMR
events for ignored updates
warnings to console when updates are ignored
|
2016-06-24 11:17:25 +02:00 |
Tobias Koppers
|
7109be58b3
|
detect main module more reliable
#2648
|
2016-06-16 01:05:17 +02:00 |
Tobias Koppers
|
c8a88638be
|
bug fix where HMR can get into inconsistent state after multiple updates
|
2016-06-05 10:19:33 +02:00 |
Tobias Koppers
|
87db2e2bb6
|
linting
|
2016-06-04 17:35:08 +02:00 |
Tobias Koppers
|
714538cded
|
include parents in HMR not accepted message
fixes #2501
|
2016-06-04 17:28:59 +02:00 |
Zane Hitchcox
|
606e751bfc
|
Update HotModuleReplacement.runtime.js
|
2016-04-23 20:39:32 -05:00 |
Tobias Koppers
|
5b0cb05bdc
|
fixed #1650
|
2016-02-04 10:41:22 +01:00 |
Tobias Koppers
|
22124e5bd4
|
fixed a few issues
|
2016-02-04 09:59:28 +01:00 |
Tobias Koppers
|
684f02cbce
|
fixed #1650
|
2016-02-04 08:49:08 +01:00 |
Kenny Tran
|
eebc5ceaf6
|
Fix no-redeclare in code
|
2016-01-18 18:57:42 -08: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
|
5cd6e7d0b3
|
fixed a few linting issues
|
2015-07-16 00:39:56 +02:00 |
Tobias Koppers
|
f7d799adb4
|
rebeautify without spacing after keyword
|
2015-07-16 00:19:23 +02:00 |
Avi Haiat
|
0a340f2b1a
|
feat(app): Beautify all lib files
|
2015-07-13 01:20:09 +03:00 |
Avi Haiat
|
daff7440a6
|
feat(app): Fix some obvious lint errors and warnings
|
2015-07-08 15:52:41 +03:00 |
Tobias Koppers
|
ea53b8761d
|
maybe fixed a little HMR issue
webpack/webpack-dev-server#206
|
2015-07-02 15:00:49 +02:00 |
Tobias Koppers
|
cf30eeeb0f
|
Merge branch 'master' into webpack-2
Conflicts:
lib/ChunkTemplate.js
lib/Compilation.js
lib/HotModuleReplacement.runtime.js
test/TestCases.test.js
test/statsCases/chunks/expected.txt
test/statsCases/simple-more-info/expected.txt
test/statsCases/simple/expected.txt
|
2015-07-01 00:44:17 +02:00 |
Tobias Koppers
|
a04ffb9283
|
added (experimental) NamedModulesPlugin
|
2015-06-27 22:47:51 +02:00 |
Tobias Koppers
|
69b5e548d5
|
use multiStep HMR by default
fixed bug in runtime
|
2015-06-21 22:22:55 +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
|
6c1eb49539
|
separated runtime code from compiler code
for better coverage data
|
2015-04-28 23:38:41 +02:00 |