vusion-api
Version:
Vusion Node.js API
25 lines • 592 B
JavaScript
;
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