• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • .babelrc
  • scoller
    20df8668
    by 陈峰
    2017-12-28 09:36:29 +0800  
    Browse Files
.babelrc 248 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{
    "presets": ["es2015"],
	"plugins": [
		"transform-runtime",
		"transform-vue-jsx",
		"transform-object-rest-spread",
		"syntax-dynamic-import",
		"transform-class-properties",
		"syntax-async-functions",
		"transform-async-to-generator"
	]
}