• This project
    • Loading...
  • Sign in

begete / jeecg-demo-admin · 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
  • jeecg-demo-admin
  • babel.config.js
  • init peoject
    2142ff81
    by lyflyy
    2021-01-15 15:23:23 +0800  
    Browse Files
babel.config.js 86 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
module.exports = {
  presets: [
    ['@vue/app',
     { useBuiltIns: 'entry' }]
  ]
}