• This project
    • Loading...
  • Sign in

LI WENHAO / Running-Football

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Running-Football
  • rf-blog
  • .babelrc
  • LI WENHAO's avatar
    init rf-blog project · f4400a92 ...
    f4400a92
    init rf-blog db config
    init rf-blog vue config
    init rf-blog node config
    create dev-admin\dev-client
    LI WENHAO authored 2021-12-07 16:42:39 +0800
.babelrc 344 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
  "presets": [
    "es2015",
    [
      "env",
      {
        "modules": false,
        "targets": {
          "browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
        }
      }
    ],
    "stage-2"
  ],
  "plugins": ["transform-runtime"],
  "env": {
    "test": {
      "presets": ["env", "stage-2"]
    }
  }
}