Miguel Ramos

Results 7 comments of Miguel Ramos

I got the same thing with rollup+tsx. If i use .vue all files works but with tsx h is not defined. Tried loy of babel presets but always got the...

Tried with m1 and also without m1. With m1 what should be different?

Problem relies on node version. Engine should check for node supported version. As node-sass is different for each node version: https://github.com/sass/node-sass#node-version-support-policy With version v15 with current node-sass@5 it works without...

I'm using 0.9.4. And just to be more clear here it is what i'm done. I'm using together with mptt. ``` python file: model.py class RoadRevision(MPTTModel): road = models.ForeignKey(Road, verbose_name=_('road'))...

Thanks Wardi. Just made my repo available thru pip install and added the readme to people who wants to know how to use it, based on your wiki settings.