Skip to content

Commit

Permalink
优化fezui
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohuijian committed Mar 7, 2018
1 parent 9c2fd8b commit a196872
Show file tree
Hide file tree
Showing 6 changed files with 1,641 additions and 1,945 deletions.
25 changes: 25 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"compact": false,
"presets": [
["env",
{
"targets":
{
"browsers": ["last 2 versions", "safari >= 7", "ie >= 9"]
}
}],
"stage-2" //ES7第三阶段语法提案的转码规
],
"plugins": [
"transform-runtime",
"transform-object-assign", //Object.assign转换
["transform-es2015-classes",
{ //转换es6 class插件
"loose": false
}],
["transform-es2015-modules-commonjs",
{ //转换es6 module插件
"loose": false
}]
]
}
2 changes: 1 addition & 1 deletion dist/css/fezui.css

Large diffs are not rendered by default.

Loading

0 comments on commit a196872

Please sign in to comment.