Rewrite config chain tests to use public loadOptions API. (#6909)

This commit is contained in:
Logan Smyth
2017-11-25 18:25:20 -08:00
committed by GitHub
parent cf62908bbd
commit cdf420d4d8
65 changed files with 353 additions and 1061 deletions

View File

@@ -83,6 +83,8 @@ class OptionManager {
delete options.plugins;
delete options.presets;
delete options.passPerPreset;
delete options.ignore;
delete options.only;
// "sourceMap" is just aliased to sourceMap, so copy it over as
// we merge the options together.