From bd3d4f0f088d813d8a4fb280afdf6b959ac86385 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 3 Feb 2016 10:57:49 -0800 Subject: [PATCH] Switch back to UMD because CommonJS doesn't work in our current setup --- .babelrc | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 1d9732781..7a3359751 100644 --- a/.babelrc +++ b/.babelrc @@ -5,7 +5,7 @@ "transform-es2015-block-scoping", "transform-es2015-classes", "transform-es2015-destructuring", - "transform-es2015-modules-commonjs", + "transform-es2015-modules-umd", "transform-es2015-template-literals", "transform-es2015-parameters", "transform-es2015-spread", diff --git a/package.json b/package.json index d63c2b3ed..5700a8f4d 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "babel-plugin-transform-es2015-classes": "^6.3.15", "babel-plugin-transform-es2015-destructuring": "^6.3.15", "babel-plugin-transform-es2015-modules-commonjs": "^6.4.5", + "babel-plugin-transform-es2015-modules-umd": "^6.4.3", "babel-plugin-transform-es2015-parameters": "^6.3.26", "babel-plugin-transform-es2015-spread": "^6.4.0", "babel-plugin-transform-es2015-template-literals": "^6.3.13", -- 2.47.2