UNPKG

svb

Version:

📦 A zero-config CLI to bundle Svelte apps

10 lines (9 loc) • 240 B
module.exports = { HTML_TEMPLATE_NAMES: ['index.html', 'template.html'], DEFAULT_TEMPLATE_PATH: '../../templates/template.html', BUNDLE_FILENAME: { CSS: 'bundle.css', JS: 'index.js', }, HTML_OUTPUT_INDEX: 'index.html', };