Simen Bekkhus
|
5d4e1acd39
|
Fix html plugin version badge
|
2016-12-21 16:18:53 +01:00 |
Tobias Koppers
|
8059be6d66
|
Merge pull request #3481 from webpack/test/case-sensitive
add test case for case sensitive module warning
|
2016-12-21 15:36:29 +01:00 |
Tobias Koppers
|
0d2b6399f2
|
only run test on case insenstive filesystems
|
2016-12-21 14:57:39 +01:00 |
Tobias Koppers
|
ea46fdac08
|
Merge pull request #3510 from webpack/test/watch-tests
add infrastructure for watch tests
|
2016-12-21 14:35:32 +01:00 |
Tobias Koppers
|
862478e3b4
|
reset meta on recompile
|
2016-12-21 13:22:14 +01:00 |
Tobias Koppers
|
247d542f99
|
Merge pull request #3517 from timse/remove-duplicate-in-provider-plugin
delete duplicate of line 35
|
2016-12-20 08:49:21 +01:00 |
Tobias Koppers
|
e299d600f7
|
ignore extra compilation while testing watching
|
2016-12-19 20:03:15 +01:00 |
Tim Sebastian
|
82dcf3d2e6
|
delete duplicate of line 35
the named identifier for the scopedName is already set in line 35.
Probably because line 35 was at some point lifted to where it is now.
|
2016-12-19 23:21:07 +11:00 |
Tobias Koppers
|
27e604e231
|
2.2.0-rc.1
|
2016-12-17 09:09:32 +01:00 |
Tobias Koppers
|
bcc0227089
|
add infrastructure for watch tests
|
2016-12-17 09:05:34 +01:00 |
Tobias Koppers
|
ba0b4c1245
|
Merge pull request #3505 from fastest963/master
Pass mangle options to ast.figure_out_scope in uglify
|
2016-12-17 07:25:54 +01:00 |
Tobias Koppers
|
f280e32ec5
|
Merge pull request #3504 from webpack/bugfix/watch-mode
fixes an error where errors are not cleared in cached module
|
2016-12-17 07:22:02 +01:00 |
James Hartig
|
0676304822
|
Pass mangle options to ast.figure_out_scope in uglify
|
2016-12-16 16:19:06 -05:00 |
Tobias Koppers
|
ea3b2303a8
|
fixes an error where errors are not cleared in cached module
|
2016-12-16 19:12:47 +01:00 |
Tobias Koppers
|
a26f094a81
|
Merge pull request #3488 from chen844033231/master
fix html-webpack-plugin link address
|
2016-12-15 23:35:13 +01:00 |
marchen
|
79fc84a0df
|
fix html-webpack-plugin link address
html-webpack-plugin address is conflict vs html-loader.
so rename html to html-plugin.
|
2016-12-15 17:12:36 +08:00 |
Michael Ciniawsky
|
2393cd2b5a
|
docs(README): refactor for webpack v2 (#3372)
* docs(README): refactor for webpack v2
* Implement feedback
* Remove example (following feedback)
* Implement last feedback
|
2016-12-14 21:33:41 -06:00 |
Tobias Koppers
|
057814be19
|
2.2.0-rc.0
|
2016-12-14 22:32:21 +01:00 |
Tobias Koppers
|
c87d3ec523
|
Merge pull request #3428 from webpack/feature/performance
performance improvements
|
2016-12-14 21:18:44 +01:00 |
Tobias Koppers
|
ee848b8eae
|
Merge pull request #3434 from webpack/bugfix/commons-chunk-condition
check chunk condition before moving into commons chunk
|
2016-12-14 21:17:49 +01:00 |
Tobias Koppers
|
6611122fc2
|
Merge pull request #3483 from webpack/bugfix/performance-limit
Bugfix/performance limit
|
2016-12-14 21:15:11 +01:00 |
Tobias Koppers
|
0a65ed7255
|
Merge pull request #3482 from webpack/test/loader-error-warning
add test case for emitError and emitWarning
|
2016-12-14 17:25:04 +01:00 |
Tobias Koppers
|
ca4140f7b4
|
add tests
|
2016-12-14 16:42:17 +01:00 |
Tobias Koppers
|
2817c3629d
|
beautify
|
2016-12-14 16:22:55 +01:00 |
Tobias Koppers
|
f4ab7fc7e2
|
more performance improvements
|
2016-12-14 16:22:54 +01:00 |
Tobias Koppers
|
da29d21ae4
|
performance improvements
breaking change: Module has now a "unbuild" method that must work correctly
|
2016-12-14 16:22:16 +01:00 |
Tobias Koppers
|
68b2b12f7f
|
fix a bug when passing performance: false
|
2016-12-14 16:21:55 +01:00 |
Tobias Koppers
|
106995ea1f
|
Merge pull request #3445 from webpack/feature/include_loader_alias_query
feature(alias): allow loader query to be used for aliased loader
|
2016-12-14 16:05:48 +01:00 |
Tobias Koppers
|
6758a30724
|
Merge pull request #3442 from webpack/fix/double-use-strict
Fix double "use strict"
|
2016-12-14 15:27:27 +01:00 |
Tobias Koppers
|
86aa0f4928
|
Merge pull request #3478 from webpack/bugfix/escape-require-context-id
Bugfix/escape require context
|
2016-12-14 15:13:33 +01:00 |
Tobias Koppers
|
2b0bf690dd
|
Merge pull request #3479 from webpack/bugfix/watch-error-handling
exit correctly when a fatal error happens
|
2016-12-14 15:13:00 +01:00 |
Tobias Koppers
|
78e940d6b6
|
add test case for emitError and emitWarning
|
2016-12-14 14:36:27 +01:00 |
Tobias Koppers
|
c0b5515dbe
|
Merge pull request #3477 from webpack/feature/validation
Improve validation errors
|
2016-12-14 14:30:11 +01:00 |
Tobias Koppers
|
351a587080
|
add test case for case sensitive module warning
|
2016-12-14 14:28:29 +01:00 |
Tobias Koppers
|
97eaed1360
|
add test case
|
2016-12-14 14:12:48 +01:00 |
Tobias Koppers
|
d0beb306ee
|
check chunk condition before moving into commons chunk
|
2016-12-14 13:59:47 +01:00 |
Tobias Koppers
|
adb1a1b4d8
|
reformat to make beautify happy
|
2016-12-14 13:57:51 +01:00 |
Tobias Koppers
|
3349e46faf
|
fixes stats output
|
2016-12-14 13:54:49 +01:00 |
Tobias Koppers
|
e7087ffeda
|
exit correctly when a fatal error happens
fixes #3464
|
2016-12-14 13:50:35 +01:00 |
Tobias Koppers
|
69d4532d84
|
fixes test case
|
2016-12-14 13:40:46 +01:00 |
Tobias Koppers
|
9598f6484e
|
add another test case
|
2016-12-14 13:34:30 +01:00 |
Tobias Koppers
|
324d309107
|
Merge pull request #3471 from webpack/feature/perf_budgets_filter_sourcemap
feat(performance): don't include .map files in perf warnings
|
2016-12-14 13:28:59 +01:00 |
Tobias Koppers
|
980c2a9c85
|
add test cases and fixes overwrite
|
2016-12-14 13:27:33 +01:00 |
Tobias Koppers
|
fdc781e640
|
Merge pull request #3454 from webpack/feature/add_context_native_import_code_split_example
feat(examples): add example for context modules + code split via import()
|
2016-12-14 13:02:57 +01:00 |
Tobias Koppers
|
78e9d83cfd
|
add test case for use strict inserting
|
2016-12-14 12:56:59 +01:00 |
Tobias Koppers
|
0bcad134cb
|
add harmony compatiblity also in case of import
|
2016-12-14 12:56:39 +01:00 |
Tobias Koppers
|
cab0eb4da8
|
add new line after "use strict"
|
2016-12-14 12:56:05 +01:00 |
Johannes Ewald
|
b51f2b0a0f
|
Fix double "use strict"
This fixes a problem where webpack rendered modules with two "use strict" statements at the beginning
|
2016-12-14 12:35:12 +01:00 |
Tobias Koppers
|
4e3ef7a952
|
beautify
|
2016-12-14 12:28:10 +01:00 |
Tobias Koppers
|
a68439da83
|
beautify
|
2016-12-14 12:26:35 +01:00 |