From e40995d5d7bc16e8f50b9aa00a1fbc2e4c4a7868 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Sun, 27 Nov 2016 13:35:36 -0500 Subject: [PATCH] Add transform dev dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 54f8a315..d752f581 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "babel-cli": "^6.16.0", "babel-core": "^6.16.0", "babel-eslint": "^4.0.0", + "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0", "babel-preset-es2015": "^6.3.13", "babel-register": "^6.4.3", "eslint": "^1.0.0",