From 26756b6f5b4c05c5f98af83205f90dfb7450743c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Fri, 16 Aug 2019 16:47:24 +1200 Subject: [PATCH] chore(babel): add `todo` about converting to typescript (#400) --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 65965928f..d167ade1f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,6 @@ 'use strict'; +// todo: https://github.com/babel/babel/issues/8529 :'( module.exports = { plugins: ['replace-ts-export-assignment'], presets: [