Commit Graph

2027 Commits

Author SHA1 Message Date
Tobias Koppers 1ee3585fa1 compilation error don't affect parent module
recover after syntax error
assume es6 module on syntax error

#2117
2016-07-03 13:13:01 +02:00
Tobias Koppers bd35d4f65d allow to ignore errors and fire events 2016-07-02 17:30:21 +02:00
Tobias Koppers 59527bf3c7 more reliable HMR test cases 2016-06-29 14:42:21 +02:00
Tobias Koppers 2829516da9 2.1.0-beta.15 2016-06-29 01:23:25 +02:00
Tobias Koppers 78307a937f allow to display used exports
support Tree Shaking with import *
fixes #2713
2016-06-29 01:17:59 +02:00
Tobias Koppers 4eea96946e Merge pull request #2714 from impl/fix-dynamic-system.import-hot
Fix issue with async dynamic System.import dependencies not being re-emitted
2016-06-28 22:32:25 +02:00
Noah Fontes ab9aef1140 Fix issue with async dynamic System.import dependencies not being re-emitted 2016-06-28 10:42:35 -07:00
Max Stoiber e9b985c852 Add --resolve-extensions support to CLI (#2696)
* Add --resolve-extensions support to CLI

Wasn't supported so far, closes #1447

* Make --resolve-extensions a yargs array type

* Fix linting
2016-06-28 19:09:38 +02:00
Rabbit b1aacba3ed mistake (#2703) 2016-06-28 19:08:13 +02:00
Tobias Koppers 9f999a345f Merge pull request #2690 from mgmcdermott/patch-1
fix: fix typo in error message
2016-06-27 22:41:59 +02:00
Michael McDermott 7a4dc0b17e fix: fix typo in error message 2016-06-24 23:44:05 -04: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 6748dca837 2.1.0-beta.14 2016-06-24 02:02:09 +02:00
Tobias Koppers c9143d49c7 warn when name is imported that is not exported 2016-06-24 01:52:28 +02:00
Tobias Koppers e81a2d0d57 increase timeout for test 2016-06-24 01:52:01 +02:00
Tobias Koppers 5903cc7b0b refactor how critical warnings are reported 2016-06-24 01:51:52 +02:00
Tobias Koppers 84506cb609 remove warning for pre-build files 2016-06-24 01:50:10 +02:00
Tobias Koppers d7e67e462a more time for the test (travis mac fails) 2016-06-22 10:37:14 +02:00
Tobias Koppers 14e6caf183 Merge pull request #2654 from Kovensky/only-dev-server-not-idle-warning
only-dev-server: Remind user that hot updates stopped
2016-06-22 10:07:07 +02:00
Diogo Franco (Kovensky) 216b435c25 only-dev-server: Remind user that hot updates stopped
If a previous update fails or aborts, the webpackHotUpdate handler stops
calling check(). This is fine in dev-server.js, as any failure will
cause a window.location.reload() anyway, but only-dev-server.js will
complain once and then silently not work anymore.
2016-06-21 09:51:43 +09:00
Tobias Koppers cf00a1a22d rewrite cases where js beautify and eslint disagree on formatting 2016-06-20 21:46:27 +02:00
Tobias Koppers e74b2f9390 Merge branch 'indent-fix' of https://github.com/SimenB/webpack into SimenB-indent-fix 2016-06-20 21:30:07 +02:00
Tobias Koppers 1ebddbbecd updated issue template 2016-06-20 20:53:57 +02:00
Simen Bekkhus b1bdd6989f Use eslint's indent rule 2016-06-20 08:21:00 +02:00
Tobias Koppers f6efe19d06 added support for default arguments
fixes #2622
2016-06-16 01:05:17 +02:00
Tobias Koppers 7fdfdbd43b correct linting 2016-06-16 01:05:17 +02:00
Tobias Koppers 64972f2f2d hoist imports
fixes #2528
2016-06-16 01:05:17 +02:00
Tobias Koppers 7109be58b3 detect main module more reliable
#2648
2016-06-16 01:05:17 +02:00
Tobias Koppers 7fee1aa269 Merge pull request #2647 from Kovensky/fix-only-dev-server-callback
Fix only-dev-server.js's module.hot.apply call
2016-06-15 23:47:29 +02:00
Diogo Franco (Kovensky) 621d656573 Fix only-dev-server.js's module.hot.apply call
It had not been updated to webpack 2's Promise ways, so the callback
never happened.
2016-06-16 00:10:47 +09:00
Johannes Ewald 8e22c6b92e Merge pull request #2621 from TheLarkInn/masterr
chore(github) Added github issue and pull request templates.
2016-06-13 10:12:56 +02:00
Larkin Family 4345d02a5f
Cleaned up some markdown errors 2016-06-12 12:53:05 -05:00
Sean Larkin 65ef4d1b74 Updated PULL_REQUEST_TEMPLATE to include impact migration path and github issue disucssion. 2016-06-10 09:06:47 -05:00
Tobias Koppers 6b0c20a53a Merge pull request #2628 from mnpenner/master
Removed `sourcePrefix` option -- fixes https://github.com/webpack/web
2016-06-10 07:48:42 +02:00
Mark Penner c867a4fc00 Removed `sourcePrefix` option -- fixes https://github.com/webpack/webpack/issues/166#issuecomment-224710378 2016-06-09 14:09:54 -07:00
Tobias Koppers 314c897682 Merge pull request #2113 from TheLarkInn/master
Fixes #1431. Add the ability to add auxiliary comments in UMD wrapper.
2016-06-08 18:39:46 +02:00
Tobias Koppers dc22ae2da2 added test filter to exclude const usage from old node.js 2016-06-08 18:37:22 +02:00
Sean Larkin fe7cc810f5 Updated top heading weight and size 2016-06-08 11:03:04 -05:00
Sean Larkin c8e82cb4ca chore(github) Added github issue and pull request templates. 2016-06-08 10:56:28 -05:00
Sean Larkin 5b250242bd Merge 2016-06-08 10:22:25 -05:00
Tobias Koppers 36e4fd2348 2.1.0-beta.13 2016-06-08 00:25:43 +02:00
Tobias Koppers 5a26e8c651 update test for changed bundle size 2016-06-08 00:22:43 +02:00
Tobias Koppers 1ad7e7c0be fixes #2618
This increases bundle size for non-es6-modules users.
But decreases size of es6-modules users.
We should fix this later.
2016-06-08 00:22:43 +02:00
Tobias Koppers d9e8ac07c8 added more harmony test cases 2016-06-08 00:22:43 +02:00
Tobias Koppers bb27b2e9fc remove console.log 2016-06-08 00:22:43 +02:00
Tobias Koppers 2f6fc4d561 sort modules in warning for more consistent warnings 2016-06-08 00:22:43 +02:00
Tobias Koppers b2420d1007 Merge pull request #2617 from wmertens/patch-2
Prevent request names from breaking comments
2016-06-07 23:13:54 +02:00
Wout Mertens 2596b329b6 Prevent request names from breaking comments
Using `/*` as comment delimiters allows request names to terminate a comment early, like in https://github.com/carteb/carte-blanche/pull/262.
2016-06-07 11:21:36 +02:00
Tobias Koppers 3580ec93f8 2.1.0-beta.12 2016-06-05 23:02:25 +02:00
Tobias Koppers 53f86a24dc accept stats changes 2016-06-05 23:01:36 +02:00