Skip to content

Commit

Permalink
chore(jspm): set transpiler to false
Browse files Browse the repository at this point in the history
This prevents jspm from using the default transpiler
  • Loading branch information
gheoan authored and jdanyow committed Sep 17, 2016
1 parent 0872d12 commit 1d6e826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
System.config({
defaultJSExtensions: true,
transpiler: false,
paths: {
"github:*": "jspm_packages/github/*",
"aurelia-binding/*": "dist/*.js",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@
"devDependencies": {
"aurelia-dependency-injection": "^1.0.0",
"aurelia-pal-browser": "^1.0.0-rc.1.0.0",
"aurelia-polyfills": "^1.0.0-rc.1.0.0",
"babel": "babel-core@^5.8.24",
"babel-runtime": "^5.8.24",
"core-js": "^2.0.3"
"aurelia-polyfills": "^1.0.0-rc.1.0.0"
}
},
"dependencies": {
Expand Down

0 comments on commit 1d6e826

Please sign in to comment.