From d6159f73010fa0b4a2a97d8cded4b1a163f2cf32 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Fri, 13 Jul 2018 23:19:32 +0200 Subject: [PATCH] Added note - Interestingly snapshots fail when workaround is removed. Brilliant. --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 5c086aa..c36550c 100644 --- a/src/index.js +++ b/src/index.js @@ -43,6 +43,7 @@ export default function buildPreset(context, input) { // We need to make sure that stripping flow types is executed // before some other specific plugins as the runtime of the code // otherwise sometimes does not work correctly. + // Looks like being related to class properties. plugins.unshift(flowStrip) // Assemble final config