@storm-software/unbuild 0.19.1 → 0.19.3
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.
- package/README.md +1 -1
- package/dist/build.js +10 -10
- package/dist/build.mjs +9 -9
- package/dist/{chunk-3GKJ37E5.mjs → chunk-247QEYBU.mjs} +1 -1
- package/dist/{chunk-Z4HA226R.mjs → chunk-ADWQIHP7.mjs} +4 -4
- package/dist/chunk-EWSFZCEG.js +31 -0
- package/dist/{chunk-MJANEKCB.mjs → chunk-GN7XDZYZ.mjs} +1 -1
- package/dist/{chunk-2OYOOP3K.mjs → chunk-I3QGLZCZ.mjs} +1 -1
- package/dist/{chunk-JIUEGXNR.js → chunk-IUOPY673.js} +3 -3
- package/dist/{chunk-7JQWDZK7.js → chunk-LKV7UO23.js} +3 -3
- package/dist/{chunk-5KVMQ5Y2.js → chunk-LQAGEPDN.js} +2 -2
- package/dist/{chunk-SUXC6PC6.js → chunk-NITHGLFO.js} +2 -2
- package/dist/{chunk-ZCZUHCFF.mjs → chunk-WG6JMMHO.mjs} +1 -1
- package/dist/{chunk-YNRMGWNU.mjs → chunk-XFITZSCF.mjs} +5 -5
- package/dist/{chunk-QE6INWWB.js → chunk-XVH26RA2.js} +88 -88
- package/dist/{clean-DgUPedep.d.ts → clean-BlXMN74D.d.mts} +10 -10
- package/dist/{clean-DgUPedep.d.mts → clean-BlXMN74D.d.ts} +10 -10
- package/dist/clean.d.mts +1 -1
- package/dist/clean.d.ts +1 -1
- package/dist/clean.js +3 -3
- package/dist/clean.mjs +2 -2
- package/dist/config.js +8 -8
- package/dist/config.mjs +7 -7
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +11 -11
- package/dist/index.mjs +10 -10
- package/dist/types.js +1 -1
- package/dist/types.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-HT57DNRR.js +0 -31
- /package/dist/{chunk-2GNGVITT.js → chunk-4REDJQMU.js} +0 -0
- /package/dist/{chunk-WAXGOBY2.mjs → chunk-ERHVDARL.mjs} +0 -0
- /package/dist/{chunk-SJ2RVW6N.mjs → chunk-JRCQBO5Q.mjs} +0 -0
- /package/dist/{chunk-MV54QOJP.mjs → chunk-KTRDC23G.mjs} +0 -0
- /package/dist/{chunk-GGNOJ77I.js → chunk-OULCUN6I.js} +0 -0
- /package/dist/{chunk-M2MDALYQ.mjs → chunk-TYJGNL6P.mjs} +0 -0
- /package/dist/{chunk-VN5I7Q45.js → chunk-V2LF4EEM.js} +0 -0
- /package/dist/{chunk-DI46ZESQ.js → chunk-VNTBD7JR.js} +0 -0
|
@@ -40,15 +40,15 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
40
40
|
build: z.ZodDefault<z.ZodString>;
|
|
41
41
|
}, "strip", z.ZodTypeAny, {
|
|
42
42
|
build: string;
|
|
43
|
+
config?: string | undefined;
|
|
43
44
|
cache?: string | undefined;
|
|
44
45
|
data?: string | undefined;
|
|
45
|
-
config?: string | undefined;
|
|
46
46
|
temp?: string | undefined;
|
|
47
47
|
log?: string | undefined;
|
|
48
48
|
}, {
|
|
49
|
+
config?: string | undefined;
|
|
49
50
|
cache?: string | undefined;
|
|
50
51
|
data?: string | undefined;
|
|
51
|
-
config?: string | undefined;
|
|
52
52
|
temp?: string | undefined;
|
|
53
53
|
log?: string | undefined;
|
|
54
54
|
build?: string | undefined;
|
|
@@ -794,6 +794,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
794
794
|
}>]>>]>]>;
|
|
795
795
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
796
796
|
}, "strip", z.ZodTypeAny, {
|
|
797
|
+
env: "development" | "staging" | "production";
|
|
797
798
|
organization: string;
|
|
798
799
|
license: string;
|
|
799
800
|
homepage: string;
|
|
@@ -805,22 +806,21 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
805
806
|
name: string;
|
|
806
807
|
email: string;
|
|
807
808
|
};
|
|
808
|
-
env: "development" | "staging" | "production";
|
|
809
809
|
workspaceRoot: string;
|
|
810
810
|
externalPackagePatterns: string[];
|
|
811
811
|
skipCache: boolean;
|
|
812
812
|
directories: {
|
|
813
813
|
build: string;
|
|
814
|
+
config?: string | undefined;
|
|
814
815
|
cache?: string | undefined;
|
|
815
816
|
data?: string | undefined;
|
|
816
|
-
config?: string | undefined;
|
|
817
817
|
temp?: string | undefined;
|
|
818
818
|
log?: string | undefined;
|
|
819
819
|
};
|
|
820
820
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
821
821
|
timezone: string;
|
|
822
822
|
locale: string;
|
|
823
|
-
logLevel: "silent" | "fatal" | "error" | "warn" | "info" | "
|
|
823
|
+
logLevel: "debug" | "silent" | "fatal" | "error" | "warn" | "info" | "trace" | "all";
|
|
824
824
|
registry: {
|
|
825
825
|
npm?: string | undefined;
|
|
826
826
|
github?: string | undefined;
|
|
@@ -977,9 +977,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
977
977
|
};
|
|
978
978
|
}>;
|
|
979
979
|
extensions: Record<string, any>;
|
|
980
|
+
name?: string | undefined;
|
|
980
981
|
$schema?: string | null | undefined;
|
|
981
982
|
extends?: string | undefined;
|
|
982
|
-
name?: string | undefined;
|
|
983
983
|
namespace?: string | undefined;
|
|
984
984
|
repository?: string | undefined;
|
|
985
985
|
preid?: string | undefined;
|
|
@@ -989,9 +989,9 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
989
989
|
email?: string | undefined;
|
|
990
990
|
};
|
|
991
991
|
directories: {
|
|
992
|
+
config?: string | undefined;
|
|
992
993
|
cache?: string | undefined;
|
|
993
994
|
data?: string | undefined;
|
|
994
|
-
config?: string | undefined;
|
|
995
995
|
temp?: string | undefined;
|
|
996
996
|
log?: string | undefined;
|
|
997
997
|
build?: string | undefined;
|
|
@@ -1143,9 +1143,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1143
1143
|
background?: string | undefined;
|
|
1144
1144
|
};
|
|
1145
1145
|
}>;
|
|
1146
|
+
name?: string | undefined;
|
|
1147
|
+
env?: "development" | "staging" | "production" | undefined;
|
|
1146
1148
|
$schema?: string | null | undefined;
|
|
1147
1149
|
extends?: string | undefined;
|
|
1148
|
-
name?: string | undefined;
|
|
1149
1150
|
namespace?: string | undefined;
|
|
1150
1151
|
organization?: string | undefined;
|
|
1151
1152
|
repository?: string | undefined;
|
|
@@ -1156,14 +1157,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1156
1157
|
branch?: string | undefined;
|
|
1157
1158
|
preid?: string | undefined;
|
|
1158
1159
|
owner?: string | undefined;
|
|
1159
|
-
env?: "development" | "staging" | "production" | undefined;
|
|
1160
1160
|
workspaceRoot?: string | undefined;
|
|
1161
1161
|
externalPackagePatterns?: string[] | undefined;
|
|
1162
1162
|
skipCache?: boolean | undefined;
|
|
1163
1163
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1164
1164
|
timezone?: string | undefined;
|
|
1165
1165
|
locale?: string | undefined;
|
|
1166
|
-
logLevel?: "silent" | "fatal" | "error" | "warn" | "info" | "
|
|
1166
|
+
logLevel?: "debug" | "silent" | "fatal" | "error" | "warn" | "info" | "trace" | "all" | undefined;
|
|
1167
1167
|
registry?: {
|
|
1168
1168
|
npm?: string | undefined;
|
|
1169
1169
|
github?: string | undefined;
|
package/dist/clean.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { c as clean } from './clean-
|
|
1
|
+
export { c as clean } from './clean-BlXMN74D.mjs';
|
|
2
2
|
import 'zod';
|
package/dist/clean.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { c as clean } from './clean-
|
|
1
|
+
export { c as clean } from './clean-BlXMN74D.js';
|
|
2
2
|
import 'zod';
|
package/dist/clean.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var _chunkIUOPY673js = require('./chunk-IUOPY673.js');
|
|
4
|
+
require('./chunk-VNTBD7JR.js');
|
|
5
5
|
require('./chunk-3GQAWCBQ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.clean =
|
|
8
|
+
exports.clean = _chunkIUOPY673js.clean;
|
package/dist/clean.mjs
CHANGED
package/dist/config.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
9
|
-
require('./chunk-
|
|
3
|
+
var _chunkEWSFZCEGjs = require('./chunk-EWSFZCEG.js');
|
|
4
|
+
require('./chunk-NITHGLFO.js');
|
|
5
|
+
require('./chunk-4REDJQMU.js');
|
|
6
|
+
require('./chunk-LQAGEPDN.js');
|
|
7
|
+
require('./chunk-LKV7UO23.js');
|
|
8
|
+
require('./chunk-VNTBD7JR.js');
|
|
9
|
+
require('./chunk-V2LF4EEM.js');
|
|
10
10
|
require('./chunk-3GQAWCBQ.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.getDefaultBuildPlugins =
|
|
13
|
+
exports.getDefaultBuildPlugins = _chunkEWSFZCEGjs.getDefaultBuildPlugins;
|
package/dist/config.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getDefaultBuildPlugins
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-XFITZSCF.mjs";
|
|
4
|
+
import "./chunk-I3QGLZCZ.mjs";
|
|
5
|
+
import "./chunk-TYJGNL6P.mjs";
|
|
6
|
+
import "./chunk-GN7XDZYZ.mjs";
|
|
7
|
+
import "./chunk-WG6JMMHO.mjs";
|
|
8
|
+
import "./chunk-JRCQBO5Q.mjs";
|
|
9
|
+
import "./chunk-KTRDC23G.mjs";
|
|
10
10
|
import "./chunk-LPEX4YW6.mjs";
|
|
11
11
|
export {
|
|
12
12
|
getDefaultBuildPlugins
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { build } from './build.mjs';
|
|
2
|
-
import { S as StormConfig } from './clean-
|
|
3
|
-
export { c as clean } from './clean-
|
|
2
|
+
import { S as StormConfig } from './clean-BlXMN74D.mjs';
|
|
3
|
+
export { c as clean } from './clean-BlXMN74D.mjs';
|
|
4
4
|
export { getDefaultBuildPlugins } from './config.mjs';
|
|
5
5
|
export { DeepPartial, UnbuildCLIOptions, UnbuildOptions, UnbuildResolvedOptions } from './types.mjs';
|
|
6
6
|
import { DependentBuildableProjectNode } from '@nx/js/src/utils/buildable-libs-utils';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { build } from './build.js';
|
|
2
|
-
import { S as StormConfig } from './clean-
|
|
3
|
-
export { c as clean } from './clean-
|
|
2
|
+
import { S as StormConfig } from './clean-BlXMN74D.js';
|
|
3
|
+
export { c as clean } from './clean-BlXMN74D.js';
|
|
4
4
|
export { getDefaultBuildPlugins } from './config.js';
|
|
5
5
|
export { DeepPartial, UnbuildCLIOptions, UnbuildOptions, UnbuildResolvedOptions } from './types.js';
|
|
6
6
|
import { DependentBuildableProjectNode } from '@nx/js/src/utils/buildable-libs-utils';
|
package/dist/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkXVH26RA2js = require('./chunk-XVH26RA2.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkIUOPY673js = require('./chunk-IUOPY673.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkEWSFZCEGjs = require('./chunk-EWSFZCEG.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
14
|
-
require('./chunk-
|
|
15
|
-
require('./chunk-
|
|
16
|
-
require('./chunk-
|
|
17
|
-
require('./chunk-
|
|
18
|
-
require('./chunk-
|
|
19
|
-
require('./chunk-
|
|
13
|
+
var _chunkNITHGLFOjs = require('./chunk-NITHGLFO.js');
|
|
14
|
+
require('./chunk-4REDJQMU.js');
|
|
15
|
+
require('./chunk-OULCUN6I.js');
|
|
16
|
+
require('./chunk-LQAGEPDN.js');
|
|
17
|
+
require('./chunk-LKV7UO23.js');
|
|
18
|
+
require('./chunk-VNTBD7JR.js');
|
|
19
|
+
require('./chunk-V2LF4EEM.js');
|
|
20
20
|
require('./chunk-3GQAWCBQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
@@ -24,4 +24,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
exports.build =
|
|
27
|
+
exports.build = _chunkXVH26RA2js.build; exports.clean = _chunkIUOPY673js.clean; exports.createTsCompilerOptions = _chunkNITHGLFOjs.createTsCompilerOptions; exports.getDefaultBuildPlugins = _chunkEWSFZCEGjs.getDefaultBuildPlugins; exports.loadConfig = _chunkNITHGLFOjs.loadConfig;
|
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
build
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ADWQIHP7.mjs";
|
|
4
4
|
import {
|
|
5
5
|
clean
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-247QEYBU.mjs";
|
|
7
7
|
import {
|
|
8
8
|
getDefaultBuildPlugins
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XFITZSCF.mjs";
|
|
10
10
|
import {
|
|
11
11
|
createTsCompilerOptions,
|
|
12
12
|
loadConfig
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-I3QGLZCZ.mjs";
|
|
14
|
+
import "./chunk-TYJGNL6P.mjs";
|
|
15
|
+
import "./chunk-ERHVDARL.mjs";
|
|
16
|
+
import "./chunk-GN7XDZYZ.mjs";
|
|
17
|
+
import "./chunk-WG6JMMHO.mjs";
|
|
18
|
+
import "./chunk-JRCQBO5Q.mjs";
|
|
19
|
+
import "./chunk-KTRDC23G.mjs";
|
|
20
20
|
import "./chunk-LPEX4YW6.mjs";
|
|
21
21
|
export {
|
|
22
22
|
build,
|
package/dist/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require('./chunk-
|
|
1
|
+
"use strict";require('./chunk-OULCUN6I.js');
|
package/dist/types.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-ERHVDARL.mjs";
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/unbuild","version":"0.19.
|
|
1
|
+
{"name":"@storm-software/unbuild","version":"0.19.3","description":"A package containing `unbuild` utilities for building Storm Software libraries and applications","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops.git","directory":"packages/unbuild"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"maintainers":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},{"name":"Pat Sullivan","email":"admin@stormsoftware.com","url":"https://patsullivan.org"}],"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"packageManager":"pnpm@9.15.2","engines":{"node":">=22.4.0","pnpm":">=9.15.2"},"bin":{"storm-unbuild":"./bin/unbuild.js","storm-unbuild-cjs":"./bin/unbuild.js","storm-unbuild-esm":"./bin/unbuild.mjs"},"main":"./dist/index.js","module":"./dist/index.mjs","exports":{"./package.json":"./package.json","./types":{"import":{"types":"./dist/types.d.mts","default":"./dist/types.mjs"},"require":{"types":"./dist/types.d.ts","default":"./dist/types.js"},"default":{"types":"./dist/types.d.ts","default":"./dist/types.js"}},"./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./config":{"import":{"types":"./dist/config.d.mts","default":"./dist/config.mjs"},"require":{"types":"./dist/config.d.ts","default":"./dist/config.js"},"default":{"types":"./dist/config.d.ts","default":"./dist/config.js"}},"./clean":{"import":{"types":"./dist/clean.d.mts","default":"./dist/clean.mjs"},"require":{"types":"./dist/clean.d.ts","default":"./dist/clean.js"},"default":{"types":"./dist/clean.d.ts","default":"./dist/clean.js"}},"./build":{"import":{"types":"./dist/build/index.d.mts","default":"./dist/build/index.mjs"},"require":{"types":"./dist/build/index.d.ts","default":"./dist/build/index.js"},"default":{"types":"./dist/build/index.d.ts","default":"./dist/build/index.js"}},"./plugins/*":{"import":{"types":"./dist/plugins/*.d.mts","default":"./dist/plugins/*.mjs"},"require":{"types":"./dist/plugins/*.d.ts","default":"./dist/plugins/*.js"},"default":{"types":"./dist/plugins/*.d.ts","default":"./dist/plugins/*.js"}}},"types":"./dist/index.d.ts","files":["dist/**/*"],"keywords":["acidic","cyclone-ui","monorepo","storm","storm-ops","storm-stack","sullivanpj","unbuild"],"peerDependencies":{"@nx/devkit":"^20.3.1","@nx/js":"^20.3.1","@storm-software/build-tools":"workspace:*","@storm-software/config-tools":"workspace:*","@swc/core":"1.7.26","nx":"^20.3.1","rollup":"^4.29.1","typescript":"^5.7.2","unbuild":"^3.2.0"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@nx/js":{"optional":false},"@storm-software/build-tools":{"optional":false},"@storm-software/config-tools":{"optional":false},"@swc/core":{"optional":true},"nx":{"optional":false},"rollup":{"optional":false},"typescript":{"optional":false},"unbuild":{"optional":false}},"dependencies":{"@humanfs/node":"^0.16.6","@rollup/plugin-alias":"^5.1.1","@rollup/plugin-commonjs":"^28.0.2","@rollup/plugin-json":"^6.1.0","@rollup/plugin-node-resolve":"^16.0.0","@rollup/plugin-replace":"^6.0.2","@rollup/pluginutils":"^5.1.4","commander":"^12.1.0","defu":"6.1.4","rollup":"^4.29.1","rollup-plugin-typescript2":"0.36.0"},"devDependencies":{"@nx/devkit":"^20.3.1","@nx/js":"^20.3.1","@storm-software/build-tools":"0.125.3","@storm-software/config":"1.94.3","@storm-software/config-tools":"1.133.3","@swc/core":"1.7.26","@types/node":"^22.10.2","nx":"^20.3.1","tsup":"8.3.5","typescript":"^5.7.2","unbuild":"^3.2.0"},"publishConfig":{"access":"public"},"sideEffects":false}
|
package/dist/chunk-HT57DNRR.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
var _chunkSUXC6PC6js = require('./chunk-SUXC6PC6.js');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var _chunk2GNGVITTjs = require('./chunk-2GNGVITT.js');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var _chunk5KVMQ5Y2js = require('./chunk-5KVMQ5Y2.js');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var _chunk7JQWDZK7js = require('./chunk-7JQWDZK7.js');
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
var _chunkVN5I7Q45js = require('./chunk-VN5I7Q45.js');
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
19
|
-
|
|
20
|
-
// src/config.ts
|
|
21
|
-
var getDefaultBuildPlugins = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, resolvedOptions) => Promise.all([
|
|
22
|
-
_chunk5KVMQ5Y2js.analyzePlugin.call(void 0, options, resolvedOptions),
|
|
23
|
-
_chunkVN5I7Q45js.swcPlugin.call(void 0, options, resolvedOptions),
|
|
24
|
-
_chunk2GNGVITTjs.typeDefinitions.call(void 0, options, resolvedOptions),
|
|
25
|
-
_chunkSUXC6PC6js.tscPlugin.call(void 0, options, resolvedOptions),
|
|
26
|
-
_chunk7JQWDZK7js.onErrorPlugin.call(void 0, options, resolvedOptions)
|
|
27
|
-
].map((plugin) => Promise.resolve(plugin))), "getDefaultBuildPlugins");
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
exports.getDefaultBuildPlugins = getDefaultBuildPlugins;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|