note to self

custom-formatter
Rich Harris 1 year ago
parent 32e3a5f2ac
commit 7a970c4988

@ -35,6 +35,8 @@ export function install_custom_formatter() {
});
}
// the arguments need to include an object, so that we discover
// whether custom formatters are enabled
console.log(`Running Svelte in development mode`, { version: VERSION });
if (is_chrome && !custom_formatters_enabled) {

Loading…
Cancel
Save