From 3090b98ece766b1046abe5bbaa94204e811f7fac Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sun, 13 Sep 2020 09:10:58 -0400 Subject: [PATCH] Add commented future keys to complete config stub --- stubs/defaultConfig.stub.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index ed95acd8c5af..6ce6e2066d45 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -1,4 +1,8 @@ module.exports = { + future: { + // removeDeprecatedGapUtilities: true, + // purgeLayersByDefault: true, + }, purge: [], target: 'relaxed', prefix: '',