Skip to content

Commit

Permalink
change build tool to babel
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Oct 24, 2017
1 parent 6d5912b commit 0854117
Show file tree
Hide file tree
Showing 9 changed files with 2,534 additions and 393 deletions.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"module": {
"presets": [
["env", {
"modules": false
}]
]
},
"main": {
"presets": ["env"]
}
}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

node_modules
jspm_packages
lib
module
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

node_modules
20 changes: 0 additions & 20 deletions example/index.html

This file was deleted.

39 changes: 0 additions & 39 deletions example/index.js

This file was deleted.

267 changes: 0 additions & 267 deletions jspm.config.js

This file was deleted.

Loading

0 comments on commit 0854117

Please sign in to comment.