提交 9bd8db1d 编写于 作者: fxy060608's avatar fxy060608

chore: add chunkSizeWarningLimit

上级 b5106997
......@@ -10618,7 +10618,13 @@ function usePageHeadSearchInput({
onKeyup
};
}
var _sfc_main = {
var _export_sfc = (sfc, props2) => {
for (const [key, val] of props2) {
sfc[key] = val;
}
return sfc;
};
const _sfc_main = {
name: "PageRefresh",
setup() {
const { pullToRefresh } = usePageMeta();
......@@ -10676,7 +10682,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
], 4)
]);
}
_sfc_main.render = _sfc_render;
var PageRefresh = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var PageBody = defineSystemComponent({
name: "PageBody",
setup(props2, ctx) {
......@@ -10693,7 +10699,7 @@ function createPageRefreshTsx(refreshRef, pageMeta) {
if (!__UNI_FEATURE_PULL_DOWN_REFRESH__ || !pageMeta.enablePullDownRefresh) {
return null;
}
return vue.createVNode(_sfc_main, {
return vue.createVNode(PageRefresh, {
"ref": refreshRef
}, null, 512);
}
......
......@@ -21175,7 +21175,13 @@ function usePageHeadSearchInput({
onKeyup
};
}
var _sfc_main = {
var _export_sfc = (sfc, props2) => {
for (const [key, val] of props2) {
sfc[key] = val;
}
return sfc;
};
const _sfc_main = {
name: "PageRefresh",
setup() {
const { pullToRefresh } = usePageMeta();
......@@ -21233,7 +21239,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
], 4)
]);
}
_sfc_main.render = _sfc_render;
var PageRefresh = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
function processDeltaY(ev, identifier, startY) {
const touch = Array.prototype.slice.call(ev.changedTouches).filter((touch2) => touch2.identifier === identifier)[0];
if (!touch) {
......@@ -21448,7 +21454,7 @@ function createPageRefreshTsx(refreshRef, pageMeta) {
if (!__UNI_FEATURE_PULL_DOWN_REFRESH__ || !pageMeta.enablePullDownRefresh) {
return null;
}
return createVNode(_sfc_main, {
return createVNode(PageRefresh, {
"ref": refreshRef
}, null, 512);
}
......
'use strict';
var version = "3.0.0-alpha-3020720210917002";
var version = "3.0.0-alpha-3020820210923001";
const STAT_VERSION = version;
const STAT_URL = 'https://tongji.dcloud.io/uni/stat';
......
var version = "3.0.0-alpha-3020720210917002";
var version = "3.0.0-alpha-3020820210923001";
const STAT_VERSION = version;
const STAT_URL = 'https://tongji.dcloud.io/uni/stat';
......
......@@ -8,6 +8,7 @@ export function createBuild(
): UserConfig['build'] {
initEasycomsOnce(options.inputDir, options.platform)
return {
chunkSizeWarningLimit: 100000000,
rollupOptions: {
onwarn(warning, warn) {
if (warning.code === 'UNUSED_EXTERNAL_IMPORT') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册