UNPKG

642 BJavaScriptView Raw
1"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.defaultTuaConfig = exports.statsOptions = void 0;const statsOptions = {
2 warnings: false,
3 colors: true,
4 errors: true,
5 moduleTrace: false,
6 modules: false,
7 children: false,
8 chunks: false,
9 entrypoints: false,
10 chunkModules: false };exports.statsOptions = statsOptions;
11
12
13const defaultTuaConfig = {
14 templateDir: '.templates',
15 alias: {
16 '@': './src',
17 '@comps': './src/components',
18 '@const': './src/scripts/constants',
19 '@utils': './src/scripts/utils',
20 '@styles': './src/styles' } };exports.defaultTuaConfig = defaultTuaConfig;
\No newline at end of file