Nika

Results 12 comments of Nika

This is still an issue right? I used to trigger reload (not hmr) by `nodemon` watching the symlinked repository and trigger `package.json` file change in the main one.

does it support ignoring?

`rm -rf node_modules/.cache/` throws error `require is not defined`

> "rm -rf node_modules/.cache; npm start" worked for a while and then stopped working for me 1. Remove module caches `rm -rf node_modules/.cache` 2. Cleaning cache on the browser ```...

> Hello @Nikolasgrizli > > As I'm using [vite](https://github.com/vitejs/vite) for 1 year, I didn't plan to adapt this plugin for Parcel 2. So I think it doesn't work because there...

> Hi @nikoloza, my projects with Vite uses only a few icons so I created sprite manually. So I didn't use any plugin for spriting. Ok, thanks mate > Hello...

@gugakatsi what do you mean?

@zajim We'll need to cover until its green:) [![Coverage Status](https://coveralls.io/repos/github/symbo-ls/domql/badge.svg?branch=feature/extends)](https://coveralls.io/github/symbo-ls/domql?branch=feature/extends) I've covered `content` and `children`, and I think `state`, `update` and `if` is whats left.