Jakub Pelák

Results 7 comments of Jakub Pelák

Sometimes you don't mount the app directly to the body but rather some other element. Perhaps it would be nice if you could target this as well.

This might be related to this https://github.com/FullHuman/purgecss/issues/518 issue.

Yeah, I get why local installation is preferred but for when you want to transform a few scripts for smaller projects here and there it's not quite effective to install...

I have hacked together a small CLI utility that installs babel core and preset-env globally. Might not be for everybody, it's built for my needs to compile small scripts fast...

Yes, I understand that automatic whitespace management is not good. I ment it as an optional feature. Still would love to see it, regardless of this issue.

I use `document.title = "My Page Title"`. Works just fine for me.

@hdriqi I update document.title inside any view function, whenever I want to change the title. I mount my app on a div inside the body tag so I don't overwrite...