Commit Graph

12 Commits

Author SHA1 Message Date
Tobias Koppers 2dc22d0db0 add SingleEntryPlugin as deprecated export 2018-08-15 21:10:35 +02:00
Tobias Koppers 6d5310fbd6 allow multiple entryModules per chunk
allow to specify ChunkGroup to depend on
move entry modules into ChunkGraph
2018-08-15 11:51:16 +02:00
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Tobias Koppers b93225a6a1 add types and fix incorrect loc type
fix formatLocation for types
2018-07-10 18:18:32 +02:00
Sean Larkin a3092c6431 chore(types): add Compiler and Compilation type support 2018-05-14 11:43:18 -07:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Sean Larkin e9270cc56f fix(beautify): fix beautify-lint 2017-12-07 23:00:32 -08:00
Tobias Koppers 8e69a80847 code linting 2017-01-11 12:29:01 +01:00
Naoyuki Kanezawa a22b00e23d Dynamic entry support (#3634)
* enable to set a function to entry option

* add tests for entry function

* fix style

* fix identifier and readableIdentifier of MultiModule

* use arrow functions

* use arrow function

* remove incorrect new operators

* fix Validation tests
2017-01-09 01:31:49 -06:00
Dan Jasnowski d8b357ed51 es5->es6 refactoring of SingleEntryPlugin (#3687)
* es5->es6 refactoring of SingleEntryPlugin
Added unit test for the testing of said plugin

* Forgot to switch coding styles back to tabs.

* trying to please the linting gods.

* removing the output property per suggestion
2017-01-03 22:18:43 -06:00
Tobias Koppers d3a7994e35 expose `loc` for every Dependency 2015-05-10 18:31:58 +02:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00