UNPKG

vusion-api

Version:
25 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getDefaults() { const defaults = { type: '', mode: '', configPath: '', packagePath: '', outputPath: '', publicPath: '', staticPath: '', srcPath: './src', libraryPath: '', baseCSSPath: '', theme: undefined, applyTheme: false, docs: false, forceShaking: false, experimental: false, }; return defaults; } exports.default = getDefaults; ; //# sourceMappingURL=getDefaults.js.map