Commit Graph

33 Commits

Author SHA1 Message Date
alexander.akait d8719cd023 fix: avoid the deprecation message 2024-12-13 17:03:44 +03:00
alexander.akait 9894226149 refactor(types): more 2023-06-14 19:46:53 +03:00
Tobias Koppers b0fa9ccada pretty files 2021-05-11 09:31:46 +02:00
Nitin Kumar 4bc647d700 fix typo in validateScema.js 2021-02-01 08:38:09 +05:30
Tobias Koppers 16d5c35b1e reexport the schema validation function from schema-utils 2020-12-17 10:41:28 +01:00
evilebottnawi 8c19efb7fd chore(deps): update `schema-utils` 2020-10-05 21:58:54 +03:00
Tobias Koppers 9c0b320fd4 add more breaking change info 2020-09-25 10:53:10 +02:00
Tobias Koppers 48010fb955 replace output.ecmaVersion with output.environment and more detailed flags 2020-09-10 11:12:28 +02:00
Tobias Koppers be021e00f4 add grouping of modules 2020-09-01 18:31:22 +02:00
Tobias Koppers 805d26b0ae unify config options for jsonpFunction and chunkLoadFunction to chunkLoadingGlobal
rename hotUpdateFunction to hotUpdateGlobal
2020-08-28 10:58:00 +02:00
Tobias Koppers d6e637f33c add "snapshot" configuration to allow to configure how snapshots are created
expose snapshot options for module, resolve, buildDependencies and resolveBuildDependencies
move managedPaths and immutablePaths from config.cache to config.snapshot
add timestamp + hash snapshotting mode
use timestamp + hash mode by default in production and for buildDependencies
2020-08-26 01:27:13 +02:00
Ivan Kopeykin 4fc44a3398 add more types 2020-08-02 23:47:54 +03:00
Tobias Koppers f65adade96 deprecate optimization.noEmitOnErrors in favor of optimization.emitOnErrors 2020-07-20 08:40:31 +02:00
Mohsen Azimi 7b07a8db66 Upgrade to Prettier 2 2020-03-28 18:20:24 -04:00
evilebottnawi dafa4cd69a chore: setup cspell 2020-03-12 19:51:26 +03:00
Tobias Koppers df9553b4a7 Add "did you mean" to schema validation for common errors 2020-02-18 22:55:34 +01:00
Tobias Koppers e2e6789d2a type fixes 2019-10-16 16:49:52 +02:00
Tobias Koppers eb3ea4d39e extract webpack config validation to keep validate API 2019-08-08 12:44:45 +02:00
evilebottnawi 6a99b5316d refactor: migrate on `schema-utils` 2019-08-07 18:10:40 +03:00
Tobias Koppers ec88b7eddc Merge tag 'v4.35.0' into next
4.35.0
2019-06-21 09:15:49 +02:00
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Florent Cailhol d4811b0d37 Use for-of loops instead of forEach 2018-01-23 22:53:18 +01:00
Tobias Koppers f7c2f8e470 Update code style to arrow functions 2017-11-08 11:56:01 +01:00
Tim Sebastian 6a7a7d5633 use allOf instead of "extendRefs: true" option
this is recommended by @epoberezkin
2017-02-02 22:54:20 +11:00
Tim Sebastian 3ba9ed99c0 fix existing tests that failed schema validaton 2017-02-02 22:36:15 +11:00
Tim Sebastian 2a6ba9cc2f apply absolutePath to webpack schema 2017-02-02 20:13:37 +11:00
songawee 20968e90cb address pr comments 2017-01-21 10:46:31 -07:00
songawee fe217ab7e7 refactor of ValidateSchema and Validation.test to es6 2017-01-21 10:43:22 -07:00
Evgeny Poberezkin d7518494c1 fix(warning): only use keyword instanceof, fixes #3562 (#3566)
* fix(warning): only use keyword instanceof, fixes #3562

* fix styling error
2016-12-23 10:57:37 -06:00
Tobias Koppers 3c1086303f Improve validation errors 2016-12-14 11:34:57 +01:00
Kees Kluskens 7add543b9d Merge branch 'master' into SpaceK33z-fix-schema-instanceof 2016-11-04 10:31:26 +01:00
Kees Kluskens aa4c5a0932 Implement feedback 2016-11-03 15:02:14 +01:00