UNPKG

@tarojs/cli

Version:
11 lines (9 loc) 296 B
{{#if typescript }}import type { UserConfigExport } from "@tarojs/cli"{{/if}} export default { {{#if (eq compiler "Webpack5") }} logger: { quiet: false, stats: true },{{/if}} mini: {}, h5: {} }{{#if typescript }} satisfies UserConfigExport<'{{ to_lower_case compiler }}'>{{/if}}