Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix(config.js): correct babel options
Browse files Browse the repository at this point in the history
Fixes #189
  • Loading branch information
EisenbergEffect committed Nov 9, 2015
1 parent 8bea081 commit 762c0dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config.js
Expand Up @@ -4,8 +4,7 @@ System.config({
babelOptions: {
"optional": [
"es7.decorators",
"es7.classProperties",
"runtime"
"es7.classProperties"
]
},
paths: {
Expand Down

0 comments on commit 762c0dc

Please sign in to comment.