lefetmeofefet / yoffee

Minimal HTML one-way binding library
MIT License
15 stars 1 forks source link

yoffee as module prints debugging console statements #6

Closed hirako2000 closed 2 years ago

hirako2000 commented 2 years ago

upon removal of dom element containing yoffee state, Deleting template get logged as info in the console.

import usage

import {html, createYoffeeElement} from 'yoffee';

While yoffee.min.js has all its console.log statements stripped out, the module has them

hirako2000 commented 2 years ago

I will raise a PR for this.