@modern-js/uni-builder 0.0.0-nightly-20240912170717 → 0.0.0-nightly-20240913170631

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +5 -5
package/dist/types.d.ts CHANGED
@@ -172,7 +172,7 @@ export type UniBuilderExtraConfig = {
172
172
  };
173
173
  output?: {
174
174
  /**
175
- * Whether to disable code minification in production build.
175
+ * @deprecated use `output.minify` instead
176
176
  */
177
177
  disableMinimize?: boolean;
178
178
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/uni-builder",
3
- "version": "0.0.0-nightly-20240912170717",
3
+ "version": "0.0.0-nightly-20240913170631",
4
4
  "description": "Unified builder for Modern.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -72,8 +72,8 @@
72
72
  "ts-loader": "9.4.4",
73
73
  "webpack": "^5.94.0",
74
74
  "webpack-subresource-integrity": "5.1.0",
75
- "@modern-js/babel-preset": "0.0.0-nightly-20240912170717",
76
- "@modern-js/utils": "0.0.0-nightly-20240912170717"
75
+ "@modern-js/babel-preset": "0.0.0-nightly-20240913170631",
76
+ "@modern-js/utils": "0.0.0-nightly-20240913170631"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@rsbuild/plugin-webpack-swc": "1.0.2",
@@ -83,8 +83,8 @@
83
83
  "react-dom": "^18.2.0",
84
84
  "terser": "^5.31.1",
85
85
  "typescript": "^5.3.0",
86
- "@scripts/build": "0.0.0-nightly-20240912170717",
87
- "@scripts/vitest-config": "0.0.0-nightly-20240912170717"
86
+ "@scripts/build": "0.0.0-nightly-20240913170631",
87
+ "@scripts/vitest-config": "0.0.0-nightly-20240913170631"
88
88
  },
89
89
  "publishConfig": {
90
90
  "access": "public",