From a1e56209ced542624e6ee4d46ec18a9d6a5892d4 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 15 May 2019 21:42:56 +0200 Subject: [PATCH] removed comment from babel config --- babel.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index e8e0c47..7eb0f3c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,3 @@ -// babel.config.js example, WIP - const presets = [["@babel/env"]]; module.exports = { presets };