Skip to content

Commit

Permalink
Fix #4 with babel, add npm script build
Browse files Browse the repository at this point in the history
Also needed to modify index.ts with an import babel-polyfill.
`npm run build` now compiles from toolchain/, and then runs the babel
build process.
  • Loading branch information
ning-y committed Mar 7, 2018
1 parent 47222ae commit e102ab5
Show file tree
Hide file tree
Showing 4 changed files with 2,341 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["es2015", "stage-2"]
}
Loading

0 comments on commit e102ab5

Please sign in to comment.