UNPKG

siphon-cli

Version:

Simple bundler for web applications. 📦🔧🧡

18 lines (17 loc) • 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var defaults = { rootDir: "./src", outDir: "./build", storeImagesSeparately: false, relations: [{ from: "index.html", to: "index.html" }], htmlModules: false, formatFiles: true, internalJS: false, allowJSX: false, internalStyles: false, checkImageTypes: true, preserveComments: false, wickedMode: false, }; exports.default = defaults;