Matthieu Lux

Results 89 comments of Matthieu Lux

We (@zckrs and I) are sure being interested in such a project. We always worked on our generator to be an open and generic solution. Also, we always had the...

Seems working, at least on firefox without flags: https://github.com/Swiip/compo/tree/master/examples/2048-compat

Strangely not working on CodeSanbox :/

Preventing redefining prevents crash but the app still doesn't work. Something in the store or in the connected callbacks of components...

Nothing soon. You can try easily on your project by configuring babel not to transpile imports and exports, there is plenty of blog on the subject

Did you measured the dist version (to be sure). The dev version is giant cause of doc and debug mode. If yes, the only thing that we can do is...

We don't provide coverage for TS right now as we didn't find a good solution for it. But I recognize that this analysis is old, maybe, good solutions has appeared...

In gulp-angular we had a mechanism for auto injecting sub scss files in the index. It was no so great, and caused ordering problems. Now, modern fmk have their way...

Perfect, that was what I got in mind ! +1 for keeping this as an example

You have to look at the script `gulp_tasks/misc.js`, the task `other` has to be updated to copy the files you want.