Skip to content

Commit

Permalink
bitshares#1502 first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed May 10, 2018
1 parent 3d7b663 commit 69e6fef
Show file tree
Hide file tree
Showing 4 changed files with 3,338 additions and 3,229 deletions.
8 changes: 4 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"presets": [
["es2015", { "modules": false }],
"stage-0",
"react"
["env", { "modules": false }],
"react",
"stage-0"
],
"plugins": [
"react-hot-loader/babel",
"lodash"
],
"env": {
"test": {
"presets": ["es2015", "stage-0","react"],
"presets": ["env","react", "stage-0"],
"plugins": [
[ "babel-plugin-webpack-alias", { "config": "./conf/webpack.config.js" } ]
]
Expand Down
Loading

0 comments on commit 69e6fef

Please sign in to comment.