@umijs/bundler-esbuild 4.0.89 → 4.1.0
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/dist/build.d.ts +2 -2
- package/package.json +3 -3
package/dist/build.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Format
|
|
1
|
+
import { Format } from '@umijs/bundler-utils/compiled/esbuild';
|
|
2
2
|
import { IBabelPlugin, IConfig } from './types';
|
|
3
3
|
interface IOpts {
|
|
4
4
|
cwd: string;
|
|
@@ -15,5 +15,5 @@ interface IOpts {
|
|
|
15
15
|
extraBabelPresets?: IBabelPlugin[];
|
|
16
16
|
inlineStyle?: boolean;
|
|
17
17
|
}
|
|
18
|
-
export declare function build(opts: IOpts): Promise<import("@umijs/bundler-utils/compiled/esbuild").BuildResult
|
|
18
|
+
export declare function build(opts: IOpts): Promise<import("@umijs/bundler-utils/compiled/esbuild").BuildResult>;
|
|
19
19
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-esbuild",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "@umijs/bundler-esbuild",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/bundler-esbuild#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"postcss": "^8.4.21",
|
|
23
23
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
24
24
|
"postcss-preset-env": "7.5.0",
|
|
25
|
-
"@umijs/bundler-utils": "4.0
|
|
26
|
-
"@umijs/utils": "4.0
|
|
25
|
+
"@umijs/bundler-utils": "4.1.0",
|
|
26
|
+
"@umijs/utils": "4.1.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@alitajs/postcss-plugin-px2rem": "^0.0.1"
|