ebuilds-shared 0.2.5 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2869,35 +2869,12 @@ var config = (isProduction) => {
|
|
|
2869
2869
|
packageName += `/${segments[nmIndex + 2]}`;
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
2872
|
-
if ([
|
|
2873
|
-
"vue",
|
|
2874
|
-
"react",
|
|
2875
|
-
"react-dom",
|
|
2876
|
-
"pinia",
|
|
2877
|
-
"vuex",
|
|
2878
|
-
"react-router-dom",
|
|
2879
|
-
"vue-router",
|
|
2880
|
-
"element-plus",
|
|
2881
|
-
"ant-design-vue",
|
|
2882
|
-
"arco-design",
|
|
2883
|
-
"antd",
|
|
2884
|
-
"@arco-design/web-vue"
|
|
2885
|
-
].includes(packageName)) {
|
|
2886
|
-
return "framework-ui-lib";
|
|
2887
|
-
}
|
|
2888
2872
|
if (["lodash-es", "lodash", "echarts", "moment", "axios", "three"].includes(packageName)) {
|
|
2889
2873
|
return `lib-${packageName}`;
|
|
2890
2874
|
}
|
|
2891
2875
|
return "vendor";
|
|
2892
2876
|
}
|
|
2893
2877
|
}
|
|
2894
|
-
if (id.includes("src/views/")) {
|
|
2895
|
-
const parts = id.split("src/views/");
|
|
2896
|
-
if (parts[1]) {
|
|
2897
|
-
const viewDir = parts[1].split("/")[0];
|
|
2898
|
-
return `page-${viewDir}`;
|
|
2899
|
-
}
|
|
2900
|
-
}
|
|
2901
2878
|
},
|
|
2902
2879
|
/** 入口文件命名规则:js目录/入口名.8位哈希.js */
|
|
2903
2880
|
entryFileNames: `js/[name].[hash:8].js`,
|
|
@@ -2869,35 +2869,12 @@ var config = (isProduction) => {
|
|
|
2869
2869
|
packageName += `/${segments[nmIndex + 2]}`;
|
|
2870
2870
|
}
|
|
2871
2871
|
}
|
|
2872
|
-
if ([
|
|
2873
|
-
"vue",
|
|
2874
|
-
"react",
|
|
2875
|
-
"react-dom",
|
|
2876
|
-
"pinia",
|
|
2877
|
-
"vuex",
|
|
2878
|
-
"react-router-dom",
|
|
2879
|
-
"vue-router",
|
|
2880
|
-
"element-plus",
|
|
2881
|
-
"ant-design-vue",
|
|
2882
|
-
"arco-design",
|
|
2883
|
-
"antd",
|
|
2884
|
-
"@arco-design/web-vue"
|
|
2885
|
-
].includes(packageName)) {
|
|
2886
|
-
return "framework-ui-lib";
|
|
2887
|
-
}
|
|
2888
2872
|
if (["lodash-es", "lodash", "echarts", "moment", "axios", "three"].includes(packageName)) {
|
|
2889
2873
|
return `lib-${packageName}`;
|
|
2890
2874
|
}
|
|
2891
2875
|
return "vendor";
|
|
2892
2876
|
}
|
|
2893
2877
|
}
|
|
2894
|
-
if (id.includes("src/views/")) {
|
|
2895
|
-
const parts = id.split("src/views/");
|
|
2896
|
-
if (parts[1]) {
|
|
2897
|
-
const viewDir = parts[1].split("/")[0];
|
|
2898
|
-
return `page-${viewDir}`;
|
|
2899
|
-
}
|
|
2900
|
-
}
|
|
2901
2878
|
},
|
|
2902
2879
|
/** 入口文件命名规则:js目录/入口名.8位哈希.js */
|
|
2903
2880
|
entryFileNames: `js/[name].[hash:8].js`,
|
package/dist/index.js
CHANGED
|
@@ -32,7 +32,7 @@ var _chunk3YUIFF3Jjs = require('./chunk-3YUIFF3J.js');
|
|
|
32
32
|
var _chunkWGOU4SV3js = require('./chunk-WGOU4SV3.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
var
|
|
35
|
+
var _chunkQPQMXAXMjs = require('./chunk-QPQMXAXM.js');
|
|
36
36
|
require('./chunk-QGM4M3NI.js');
|
|
37
37
|
|
|
38
38
|
|
|
@@ -64,4 +64,4 @@ require('./chunk-QGM4M3NI.js');
|
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
exports.clamp = _chunkWGOU4SV3js.clamp; exports.createBaseViteConfig =
|
|
67
|
+
exports.clamp = _chunkWGOU4SV3js.clamp; exports.createBaseViteConfig = _chunkQPQMXAXMjs.createBaseViteConfig; exports.createFunctionalComponent = _chunkWGOU4SV3js.createFunctionalComponent; exports.createUnoConfig = _chunk3YUIFF3Jjs.createUnoConfig; exports.duplicateRemovalCompleteSort = _chunkWGOU4SV3js.duplicateRemovalCompleteSort; exports.encryptPwd = _chunkWGOU4SV3js.encryptPwd; exports.filterMenu = _chunkWGOU4SV3js.filterMenu; exports.formatNumber = _chunkWGOU4SV3js.formatNumber; exports.getDecimalPart = _chunkWGOU4SV3js.getDecimalPart; exports.getIntegerPart = _chunkWGOU4SV3js.getIntegerPart; exports.isInteger = _chunkWGOU4SV3js.isInteger; exports.isNumber = _chunkWGOU4SV3js.isNumber; exports.jsonp = _chunkWGOU4SV3js.jsonp; exports.listSort = _chunkWGOU4SV3js.listSort; exports.numberToChinese = _chunkWGOU4SV3js.numberToChinese; exports.padZero = _chunkWGOU4SV3js.padZero; exports.parseFormattedNumber = _chunkWGOU4SV3js.parseFormattedNumber; exports.prototypeInterceptor = _chunkWGOU4SV3js.prototypeInterceptor; exports.request = _chunkWGOU4SV3js.request; exports.roundOrTruncate = _chunkWGOU4SV3js.roundOrTruncate; exports.setupPermission = _chunkWGOU4SV3js.setupPermission; exports.store = _chunkWGOU4SV3js.store; exports.timeFix = _chunkWGOU4SV3js.timeFix; exports.updateDocumentTitle = _chunkWGOU4SV3js.updateDocumentTitle; exports.useCommonStore = _chunkWGOU4SV3js.useCommonStore; exports.useDbStore = _chunkWGOU4SV3js.useDbStore; exports.useLoginHook = _chunkWGOU4SV3js.useLoginHook; exports.useMenuStore = _chunkWGOU4SV3js.useMenuStore; exports.welcome = _chunkWGOU4SV3js.welcome;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkQPQMXAXMjs = require('../chunk-QPQMXAXM.js');
|
|
4
4
|
require('../chunk-QGM4M3NI.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.createBaseViteConfig =
|
|
7
|
+
exports.createBaseViteConfig = _chunkQPQMXAXMjs.createBaseViteConfig;
|