Commit Graph

14 Commits

Author SHA1 Message Date
Rhys van der Waerden
f69b9883f0 compression-webpack-plugin: Bump version number 2018-11-19 12:13:49 +11:00
Rhys van der Waerden
2087e1b9f1 compression-webpack-plugin: Add myself 2018-11-19 12:09:14 +11:00
Rhys van der Waerden
d747999875 compression-webpack-plugin: Update options
- Add `include`/`exclude`
- Remove `regExp` which was undocumented (possibly always wrong?)
- Add `deleteOriginalAssets`
- Prefer `ReadonlyArray` for string/regex options
2018-11-19 12:08:39 +11:00
Rhys van der Waerden
3fc7e12463 compression-webpack-plugin: asset -> filename 2018-11-19 11:56:16 +11:00
Rhys van der Waerden
ceee1391c7 compression-webpack-plugin: Support custom algorithm
Had to bump the TypeScript version to detect correct option type based on `algorithm` argument.
2018-11-19 11:55:44 +11:00
Rhys van der Waerden
55f32e2382 Remove zopfli options
https://github.com/webpack-contrib/compression-webpack-plugin/pull/65
2018-11-19 10:59:20 +11:00
Dennis George
c8357c63f6 updated TS version to 2.3 for all webpack consumers 2018-03-05 18:59:53 -06:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Alan Agius
55898119ea webpack: remove union types with type any 2018-02-12 17:52:36 +01:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Muhammad Rehan Saeed
7742f42ef1 compression-webpack-plugin - Add cache to options object (#22853)
* Update index.d.ts

* Bump version

* Update compression-webpack-plugin-tests.ts

* Update index.d.ts
2018-01-18 01:28:03 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00