Sebastian Werner

Results 51 comments of Sebastian Werner

Sounds like something we should have a look at.

@pbakaus any feedback on this one? still relevant?

The demos were never tested more broadly on non webkit browsers. This has no effect on the library because it does not contain any render or browser specific code. The...

FYI: I build a little tool on top of Lerna to link binaries offered by *packages* to the top level `.bin` folder. This makes it possible to use e.g. shared...

I wonder if anyone has published this customization on ESLint v8 on NPM. Possibly under a new name. Please feel free to share in that case.

I regularly have the same issue right now. Seems Shelly1 only for me. For some only "off" works, while on others only "on" works. I made good experience with restarting...

I just played a little with the custom configuration option for using a alternative preset instead of of the default one. When disabling all processing I get a few of...

It seems to work with this setup: ```js new BabiliPlugin({ comments: false, babili: { plugins: [ "minify-dead-code-elimination", "minify-mangle-names", "minify-simplify" ] } }) ```

I am not actually sure which chunk is producing this issue.