Commit Graph

23 Commits

Author SHA1 Message Date
James Bromwell
15d979e92a [webpack-dev-server] add tests for Stats, only allow specific strings (#28788)
Please fill in this template.

- [X] Use a meaningful title for the pull request. Include the name of the package modified.
- [X] Test the change in your own code. (Compile and run.)
- [X] Add or edit tests to reflect the change. (Run with `npm test`.)
- [X] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [X] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [X] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).

Select one of these and delete the others:

If changing an existing definition:
- [X] Provide a URL to documentation or source code which provides context for the suggested changes: https://webpack.js.org/configuration/stats/#stats
- [ ] Increase the version number in the header if appropriate.
- [ ] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "dtslint/dt.json" }`.


Ref #28362
2018-09-17 00:37:38 -07:00
Damian Osipiuk
527598116d Removed patch from version 2018-08-24 17:16:13 +02:00
Damian Osipiuk
7ac1e72f05 Updated stats interface to match webpack interface 2018-08-24 16:59:19 +02:00
Igor Schelkonogov
4a8f29c946 Include support for contextual rewrite 2018-08-14 17:09:11 +05:00
overthesanity
7d2faae15d [@types/webpack-dev-server] Module augmentation and descriptions for type defs (#26895)
* Make module augmentation and update type defs for webpack-dev-server

* Make module augmentation and update type defs for webpack-dev-server

* Make module augmentation and update type defs for webpack-dev-server

* Make module augmentation and update type defs for webpack-dev-server
2018-07-03 09:39:38 -07:00
Dennis George
c8357c63f6 updated TS version to 2.3 for all webpack consumers 2018-03-05 18:59:53 -06:00
Daniel Rosenwasser
e135e9fba8 Merge pull request #23480 from alan-agius4/feature/webpack-dev-server
feat: add missing `addDevServerEntrypoints` in `API`
2018-02-16 15:57:31 -08:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Alan
a6aea3ab81 webpack dev server: addDevServerEntrypoints change options types 2018-02-14 09:23:21 +01:00
Alan
4b5437ecd4 webpack-dev-server: move addDevServerEntrypoints in class and mark it as static 2018-02-14 09:06:10 +01:00
Alan Agius
a418bdb31a style(webpack-dev-server): fix lint issues 2018-02-07 12:46:14 +01:00
Alan Agius
65993d5e6f feat: add missing addDevServerEntrypoints in API 2018-02-07 12:33:20 +01:00
Andy
4b2d0110d5 Fix many "import *" that should be "import =" (#23443) 2018-02-05 15:35:41 -08:00
Andy
bef4d2b27d Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Andy
954ee278de Update TypeScript Versions to be at least as high as dependencies' versions (#21288)
* Update `TypeScript Version`s to be at least as high as dependencies' versions

* Run through again
2017-11-08 09:12:14 -08:00
Alan Agius
d47f47a647 fix(webpack dev server): webpack dev server supports multiple webpack… (#20783)
* fix(webpack dev server): webpack dev server supports multiple webpack compilers are configuration

* webpack-dev-server: add header
2017-10-23 15:15:03 -07:00
ZheyangSong
54067a378c Add Missing Config Option inline in webpack-dev-server (#20209)
+ Add 'inline' option in the definition file
+ Fix minor lint error in test config file
2017-10-09 16:23:28 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Paul Colleoni
2f07108478 updated webpack-dev-server to accept a custom ssl certificate (#19996) 2017-10-02 10:35:24 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Dave Parslow
6333711213 Export the configuration interface (#18162)
Added class for the server instead of interface
Added TS lint file and fixed errors
2017-07-24 09:20:10 -07:00
Alexander Lunyov
703cb64c3c Add some new options for webpack-dev-server config 2017-05-11 19:31:32 +07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00