1 Star 0 Fork 804

havealex / uni-app

forked from DCloud / uni-app 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
babel.config.js 320 Bytes
Copy Edit Raw Blame History
fxy060608 authored 2019-12-25 11:50 . chore: @vue/cli-*@4.1.1
const config = {
// ignore: [
// "./packages",
// ],
presets: [
["@vue/cli-plugin-babel/preset", {
useBuiltIns: "entry"
}]
],
plugins: [require('./lib/babel-plugin-uni-api/index.js')]
}
if (process.env.NODE_ENV === 'test') {
delete config.ignore
}
module.exports = config
JavaScript
1
https://gitee.com/havealex/uni-app.git
git@gitee.com:havealex/uni-app.git
havealex
uni-app
uni-app
master

Search