Fixing CJS modules and Globals (#920)

* Working CJS modules.

* Changing cjs imports to es6.
This commit is contained in:
Ryan Randall
2017-10-08 12:56:07 -04:00
committed by Kevin Barabash
parent c4fed02329
commit 141afa091a
5 changed files with 3 additions and 16 deletions

View File

@@ -19,7 +19,6 @@
"babel-eslint": "^7.2.0",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",