代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/Matomo 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
module.exports = {
assumptions: {
setSpreadProperties: true,
},
presets: [
['@vue/cli-plugin-babel/preset', {
useBuiltIns: false,
// NOTE: we are disabling generator and async/await use due to
// https://github.com/vuejs/vue-cli/blob/aad72cfa7880a0e327be06b3b9c3ac3d3b3c9abc/packages/%40vue/babel-preset-app/index.js#L250
// which hardcodes the use of an inlined regenerator runtime polyfill. Using it means we have to include
// 6kb extra minified code in every plugin's UMD file. We could use a shared, global runtime for regenerator,
// but @vue/babel-preset-app won't allow us to only set the linked `regenerator` property to false while
// keeping the rest of the settings the same.
// TODO: create an issue in vue for this ^? Or maybe the final gzipped asset's size will not be affected?
exclude: [
'transform-async-to-generator',
'transform-regenerator',
'proposal-async-generator-functions',
]
}],
],
plugins: [
['@babel/plugin-proposal-object-rest-spread', { useBuiltIns: true }],
],
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。