@tarojs/plugin-platform-h5 4.0.0-beta.87 → 4.0.0-beta.89

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/program.d.ts DELETED
@@ -1,25 +0,0 @@
1
- import { TaroPlatformWeb } from '@tarojs/service';
2
- import type { IPluginContext, TConfig } from '@tarojs/service';
3
- export default class H5 extends TaroPlatformWeb {
4
- platform: string;
5
- runtimePath: string[] | string;
6
- constructor(ctx: IPluginContext, config: TConfig);
7
- get framework(): "vue3" | "solid" | "react" | "preact";
8
- get useHtmlComponents(): boolean;
9
- get useDeprecatedAdapterComponent(): boolean;
10
- get apiLibrary(): string;
11
- get aliasFramework(): string;
12
- protected mainFields: string[];
13
- get componentLibrary(): string;
14
- get componentAdapter(): string;
15
- get routerLibrary(): string;
16
- get libraryDefinition(): string;
17
- /**
18
- * 修改 Webpack 配置
19
- */
20
- modifyWebpackConfig(): void;
21
- /**
22
- * 修改 Vite 配置
23
- */
24
- modifyViteConfig(): void;
25
- }
package/dist/utils.d.ts DELETED
@@ -1 +0,0 @@
1
- export { resolveSync } from '@tarojs/helper';