Commit Graph

3678 Commits

Author SHA1 Message Date
Sergey Melyukov 7c4883c103 ES6 refactoring in NormalModuleFactory 2017-04-04 00:28:08 +03:00
Tobias Koppers e2bb2f41fa Merge pull request #4568 from jaridmargolin/WebpackError
Webpack error
2017-04-03 20:37:32 +02:00
Tobias Koppers aff1ea87a5 Merge pull request #4626 from webpack/bugfix/local-amd-commonjs-wrapped
Bugfix/local amd commonjs wrapped
2017-04-03 20:36:27 +02:00
Tobias Koppers 584f4da4a3 Merge pull request #4500 from timse/make-ignored-relative
Make ignored relative
2017-04-03 17:00:15 +02:00
Tobias Koppers ca5086da68 space to tabs 2017-04-03 16:53:26 +02:00
Tobias Koppers a573e9983d Merge pull request #4627 from jimmyn/patch-1
Update README.md
2017-04-03 16:50:49 +02:00
Jarid Margolin 70e48d2c31 Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
Tim Sebastian 6441a357ef use makerelative method in test 2017-04-03 21:13:29 +10:00
Tim Sebastian 385769bc46 use split trick to make code simpler, integrate makeRelative as static method into recordsidplugin 2017-04-03 21:13:18 +10:00
Tobias Koppers 7ee479579e Merge pull request #4381 from timse/add-suppressWarnings-functionality
Add suppress warnings functionality
2017-04-03 12:09:58 +02:00
zastavnitskiy 28d0693289 Stringify module name using json module 2017-04-03 11:35:19 +02:00
zastavnitskiy e7c539d8ad Style changes 2017-04-03 11:35:19 +02:00
zastavnitskiy 339e8e1ea1 Fix tests — let's default to an empty object if exports keyword is overriden 2017-04-03 11:35:18 +02:00
zastavnitskiy c0314a59f1 1. webpack source definitions are now one-liners
2. Pass module id from dependency to generated source code
2017-04-03 11:35:18 +02:00
zastavnitskiy c0c116321b webpack — local dependecies. Work in progress
Fix Duplicated __WEBPACK_AMD_DEFINE_FACTORY__ by renaming it to __WEBPACK_LOCAL_MODULE_[n]__factory.
Don't pass global module to define factory.
2017-04-03 11:35:18 +02:00
zastavnitskiy 3413efd2e5 Fix resolving of local common js wrapped modules.
When generating webpack output, check, if commonjs wrapping returns undefined and use module.exports instead of return value.
2017-04-03 11:35:18 +02:00
Tobias Koppers 4153b58c53 Merge pull request #4625 from smelukov/original-module-source
Add originalSource method to NormalModule
2017-04-03 11:26:07 +02:00
Tobias Koppers c1ce93a1a9 Merge pull request #4617 from ricmatsui/rm-fix-hot-module-replacement
Fix hot module main flag for hot module replacement
2017-04-03 11:25:22 +02:00
Tobias Koppers c95fe7ca31 Merge pull request #4622 from zinserjan/resolve-context
Provide context to resolve again
2017-04-03 10:03:06 +02:00
Tobias Koppers 608a4290a1 Merge branch 'webpack-2.3' 2017-04-03 09:51:26 +02:00
Ricardo Matsui f7305709c1 Added test for vendor main flag 2017-04-03 00:50:48 -07:00
Tobias Koppers ba24c1b163 2.3.3 2017-04-03 09:49:56 +02:00
Jan-André Zinser 956f618b36 Fix ProgressPlugin for multi compiler caused by ES6 refactoring
arguments can not be used within arrow functions
2017-04-03 09:49:23 +02:00
Sergey Melyukov 0cab30c950 added test for NormalModule.originalSource 2017-04-03 10:48:55 +03:00
Tobias Koppers bb7d53c083 Merge pull request #4620 from zinserjan/fix-progress-plugin
Fix ProgressPlugin for multi compiler caused by ES6 refactoring
2017-04-03 09:45:43 +02:00
Tobias Koppers 82786cace3 refactor to track main module more reliable 2017-04-03 09:41:26 +02:00
Sergey Melyukov 9d8d32e1ed added originalSource method to NormalModule (closes #4526) 2017-04-03 10:33:11 +03:00
Tobias Koppers c49a4fdf93 Merge pull request #4615 from timse/fix-chunk-entrypoints-for-commonschunkplugin
reuse logic as used in 2.2.1 to check what chunks should get their runtime extracted
2017-04-03 08:50:31 +02:00
Jan-André Zinser 983904cfa3 Provide context to resolve again
Brings the old behaviour back that was removed in da29d21ae4
2017-04-02 20:48:39 +02:00
Jan-André Zinser 64340c778e Fix ProgressPlugin for multi compiler caused by ES6 refactoring
arguments can not be used within arrow functions
2017-04-02 19:07:30 +02:00
Ricardo Matsui fb93f626e4 Fix hot module main flag for hot module replacement
When a main module is loaded after a module which is already installed,
the main module should still be marked as a main module.
2017-04-02 00:46:33 -07:00
Tim Sebastian 46f174b756 reuse logic as used in 2.2.1 to check what chunks should get their runtime extracted 2017-04-02 12:14:59 +10:00
Tobias Koppers 06b6cbb2e4 Merge pull request #4577 from davegonzalez/feature/refactor-delegatedmodule
ES6 refactor of DelegatedModule
2017-04-01 16:32:48 +02:00
Tim Sebastian 9d7eb0abe5 do not use modules/providedExports/usedExports in stats for test case to reduce noise 2017-04-01 09:40:42 +11:00
Tobias Koppers 796ba56e92 Merge pull request #4600 from webpack/example/gfm-fix
Edit Fix GFM rendering issues in examples
2017-03-31 02:32:54 +02:00
Tobias Koppers 665b7733c7 Merge pull request #4602 from jescalan/patch1
Two small things 
2017-03-31 02:23:44 +02:00
Jeff Escalante 5fab3cbe9c two small changes
- addEntry callback passes module
- debugId test starts from 1000
2017-03-30 18:10:41 -04:00
Tobias Koppers bb463d9d64 Merge pull request #4574 from GianlucaGuarini/master
Add the riot official webpack loader
2017-03-30 20:45:54 +02:00
Tobias Koppers 3b7e8d2e6b fix gfm formating issue
fixes #4580
2017-03-30 20:42:42 +02:00
Tobias Koppers 2535c52612 updated examples 2017-03-30 20:25:01 +02:00
Tobias Koppers beb29d8dbd Merge pull request #4586 from marijnh/master
Upgrade to Acorn 5.0.0
2017-03-30 19:24:57 +02:00
Dmitriy Nevzorov f834c7b358 Update README.md
We would like to promote microapps products rather than the company itself. Best regards.
2017-03-30 18:25:47 +03:00
Tobias Koppers 982dd15d84 fix url 2017-03-30 15:19:14 +02:00
Tobias Koppers d10dcc4d6f spacing 2017-03-30 15:13:53 +02:00
Tobias Koppers 0a074ae476 spacing and fewer comments in bot 2017-03-30 15:13:08 +02:00
Tobias Koppers 27433d87c6 fix spacing 2017-03-30 15:07:37 +02:00
Tobias Koppers 1b4abde68a fix tabs 2017-03-30 15:06:40 +02:00
Tobias Koppers 145e7004d5 Label PR with missing test and comment 2017-03-30 15:05:40 +02:00
Tobias Koppers 8af47d1a56 Add review labeling and comments to bot 2017-03-30 14:47:22 +02:00
Tobias Koppers 79517a22cc Improve bot to only read the latest PR status 2017-03-30 12:01:11 +02:00