Browse Source

Create .babelrc (#2466)

When I was going through the documentation about creating custom builds
I ran into the error outlined at the below link. Applying the suggested
fix solved it so I'm submitting same here.

http://stackoverflow.com/questions/30386317/babelify-throws-parseerror-o
n-import-a-module-from-node-modules

See https://github.com/almende/vis/pull/2460
readme-improvements
Graham J 7 years ago
committed by yotamberk
parent
commit
502929ba6a
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .babelrc

+ 3
- 0
.babelrc View File

@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}

Loading…
Cancel
Save