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): revert original config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bohnen committed Aug 6, 2015
1 parent 3cbc4a0 commit 6077faf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
System.config({
"defaultJSExtensions": true,
"transpiler": "babel",
"babelOptions": {
"optional": [
Expand All @@ -8,9 +9,9 @@ System.config({
]
},
"paths": {
"*": "dist/*.js",
"github:*": "jspm_packages/github/*.js",
"npm:*": "jspm_packages/npm/*.js"
"*": "dist/*",
"github:*": "jspm_packages/github/*",
"npm:*": "jspm_packages/npm/*"
}
});

Expand Down

0 comments on commit 6077faf

Please sign in to comment.