Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Enable babel runtime transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
jnv committed Sep 10, 2015
1 parent 9cda602 commit dc59978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"stage": 0
"stage": 0,
"optional": ["runtime"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"babel-core": "^5.8.22",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"babel-tape-runner": "^1.2.0",
"blue-tape": "^0.1.10",
"css-loader": "^0.16.0",
Expand Down

0 comments on commit dc59978

Please sign in to comment.