Commit Graph

2088 Commits

Author SHA1 Message Date
Tobias Koppers 19eabc7bb6 track which exported are provided by the modules
star export is filtered by provided exports

fixes #2953
2016-09-05 23:41:03 +02:00
Tobias Koppers 34e3f00a16 fixed coverage task 2016-09-02 15:39:04 +02:00
Sean Larkin daf2f31233 Merge pull request #2909 from KlausTrainer/fix-readme-typo
Fix typo in README
2016-08-23 09:43:34 -05:00
Klaus Trainer 695f03990c Fix typo in README 2016-08-23 16:36:41 +02:00
Tobias Koppers c7cb6cb9d0 2.1.0-beta.21 2016-08-17 23:23:43 +02:00
Tobias Koppers 50ce77da74 fixed test cases for new manifest format 2016-08-17 18:48:51 +02:00
Tobias Koppers 265ba97068 test now result in a warning 2016-08-17 18:15:29 +02:00
Tobias Koppers 3be057cb52 beautify file 2016-08-17 13:26:47 +02:00
Tobias Koppers 11c5ede264 shorten lines for #2849 2016-08-17 13:26:28 +02:00
Tobias Koppers 8b03d2b4f9 closes #2659 2016-08-17 13:08:42 +02:00
Tobias Koppers 119af18c0c Merge pull request #2497 from achicu/achicu/fix_error_memory_leak
Fixing memory leak causing node go out of memory
2016-08-17 13:06:34 +02:00
Tobias Koppers 5bef13e98e Merge pull request #2839 from duncanbeevers/additional-uglify-logging
Log original and mapped filename+line+column on uglify error
2016-08-17 12:56:15 +02:00
Tobias Koppers de4bd221af follow up changes for #2848 2016-08-17 12:54:54 +02:00
Tobias Koppers dbaa39246d Merge pull request #2848 from Kovensky/patch-1
Add missing return
2016-08-17 12:50:45 +02:00
Tobias Koppers 28a1b0dae0 added codecov.yml 2016-08-17 12:47:42 +02:00
Tobias Koppers b5d52d4505 changed lib manifest format to store harmony structure information
allow to use dll with harmony modules

fixes #2876
fixes #2857
2016-08-17 12:05:29 +02:00
Tobias Koppers 306f945061 added test shaking harmony/commonjs mixed 2016-08-17 11:41:30 +02:00
Tobias Koppers d7f553c513 fixes tree shaking for export *
fixes #2850
fixes #2847
2016-08-17 11:24:35 +02:00
Diogo Franco 803a87fd0e Add missing return
The module.hot.apply promise chain was not correctly merged into the module.hot.check() chain.
2016-08-07 00:31:24 +09:00
Duncan Beevers e7a06a79e2 Log original and mapped filename+line+column on uglify error 2016-08-03 21:35:57 -05:00
Tobias Koppers cca2cee859 Merge pull request #2804 from andreypopp/fix/2803
Fix compilation not to store dependency warnings in modules
2016-07-27 08:00:17 +02:00
Andrey Popp ea84afcefc Fix compilation not to store dependency warnings in modules
Fixes #2803
2016-07-26 13:47:00 +03:00
Tobias Koppers 2553f4931d Merge pull request #2798 from d3viant0ne/d3viant0ne-NodeSec
chore(security): Enables nsp checks
2016-07-24 00:23:37 +02:00
Sean 61e7169b12 supports-color --colors support (#2788)
* Add `colors` alias to `color` arg

Allows arguments like `--colors` and `--no-colors` to fully support "supports-color".

* Set default --color option with supports-color.

adding default getter for --color option
2016-07-24 00:14:23 +02:00
d3viant0ne a139f088e3 chore(security): Enables nsp checks
- Adds nsp devDependency
  - Execute nsp check in postcover script
2016-07-23 17:00:34 -05:00
Tobias Koppers f2e5f81789 Merge pull request #2699 from mxstbr/log-watching
Add log when in watch mode
2016-07-22 14:15:30 +02:00
Tobias Koppers b3a3ef3d45 2.1.0-beta.20 2016-07-21 00:41:14 +02:00
Tobias Koppers 9c50c34ab5 don't build on windows node 4, as npm install is weird 2016-07-21 00:15:30 +02:00
Tobias Koppers 13e1c0ed3a do link before install 2016-07-20 23:55:04 +02:00
Tobias Koppers 6c326466a1 other way to link webpack in CI 2016-07-20 23:50:05 +02:00
Tobias Koppers 40aac864fd special test script for appveyor 2016-07-20 22:21:01 +02:00
Tobias Koppers 94f2d9ca3d Merge branch 'patch-1' of https://github.com/amilajack/webpack into amilajack-patch-1 2016-07-20 22:18:31 +02:00
Tobias Koppers dc50c0360e added `module` as default package main 2016-07-20 22:17:20 +02:00
Tobias Koppers 378163af51 moved non-harmony default import function into runtime
#2451
2016-07-20 16:20:09 +02:00
Tobias Koppers 706c76c379 fixed #2600 2016-07-20 15:42:52 +02:00
Tobias Koppers 6b4ced42ad advertise the NamedModulesPlugin for HMR 2016-07-20 15:19:01 +02:00
Tobias Koppers c7261412cf added test case for commons chunk plugin with umd library
#2066
2016-07-20 15:11:29 +02:00
Tobias Koppers f8e3bdf5e7 added test for System.import and ContextReplacementPlugin 2016-07-20 12:52:01 +02:00
Tobias Koppers 0c78ca7e4e ContextReplacementPlugin should remove critical dependency warnings 2016-07-20 12:51:40 +02:00
Tobias Koppers 711a3822fa refactor ModuleFactory to take an object instead of multiple arguments 2016-07-20 12:51:03 +02:00
Amila Welihinda 58f5cb4396 Added `link` installation steps 2016-07-19 00:44:45 -07:00
Amila Welihinda 9db3ec183e Added fast-fail option to find errors easier 2016-07-18 09:58:03 -07:00
Amila Welihinda 9d5c7e6249 Added appveyor support for modern node versions 2016-07-18 09:43:50 -07:00
Tobias Koppers 21a72529fa 2.1.0-beta.19 2016-07-18 00:49:23 +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 d826f99e34 2.1.0-beta.18 2016-07-15 23:26:36 +02:00
Tobias Koppers 2db39ab567 remove node 0.12 from travis
because of weird behavior with peerDependencies and beta versions
2016-07-15 23:24:48 +02:00
Tobias Koppers 6447baec9d updated extract-text-plugin examples 2016-07-15 22:55:18 +02:00
Tobias Koppers 9efa756681 Merge pull request #2775 from Meroje/patch-1
[BannerPlugin] change chunk.initial to chunk.isInitial()
2016-07-15 22:00:36 +02:00
Tobias Koppers 79eb404257 fixes webpack/extract-text-webpack-plugin#82
fixes webpack/extract-text-webpack-plugin#115
fixes webpack/extract-text-webpack-plugin#170
2016-07-15 21:59:24 +02:00