From df10d82a4a9fec8da589d40d1a59bb1f19f8753a Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 6 Nov 2020 21:30:46 -0800 Subject: [PATCH] fix: Add babel root import. --- babel.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 babel.js diff --git a/babel.js b/babel.js new file mode 100644 index 000000000..6afcc9f15 --- /dev/null +++ b/babel.js @@ -0,0 +1 @@ +module.exports = require('./lib/babel').config;