vusion-api
Version:
Vusion Node.js API
27 lines • 726 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
function getDefaults() {
const defaults = {
type: '',
mode: '',
configPath: '',
packagePath: '',
outputPath: '',
publicPath: '',
staticPath: '',
srcPath: './src',
libraryPath: '',
baseCSSPath: '',
rootViewType: 'root',
theme: undefined,
applyTheme: false,
docs: false,
designer: false,
forceShaking: false,
experimental: false, // Enable some experimental loaders or plugins, like ModuleConcatenationPlugin
};
return defaults;
}
exports.default = getDefaults;
;
//# sourceMappingURL=getDefaults.js.map
;