UNPKG

@tarojs/cli

Version:
11 lines (10 loc) 297 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}}