Skip to content

Commit

Permalink
Merge pull request #6 from xx45/dev
Browse files Browse the repository at this point in the history
init babel
  • Loading branch information
iamkun authored Apr 11, 2018
2 parents 87a769b + ef12196 commit 7e8c63a
Show file tree
Hide file tree
Showing 5 changed files with 2,325 additions and 2,707 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"@babel/preset-env"
]
}
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
test: 'ok1'
}
import Moment from './src'

console.log(new Moment())
Loading

0 comments on commit 7e8c63a

Please sign in to comment.