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