Timo M. Staudinger

Results 5 comments of Timo M. Staudinger

I was actually looking into this exact thing today! It seems like UI5 is using its own implementation similar to RequireJS, with some additional 'features'. As you said, the way...

Same for logical operators. `!` and `&&` are interpreted as operators, not text inside JSX: ![image](https://cloud.githubusercontent.com/assets/5621996/19529343/72d3a638-95fd-11e6-80b9-a36568ad7d09.png) I'm using Atom v1.11.2 and the react plugin v0.16.1.

Seems to be working fine for me w/ Operator Mono. At least JS comments and HTML/JSX attribute names are italic. ![image](https://user-images.githubusercontent.com/5621996/39475717-572bd0da-4d27-11e8-85eb-84e1649ea7af.png)

I see the same issue as you. excalidraw/excalidraw#1651 would resolve this!

Create-react-app, or their internal set of scripts provided by react-scripts currently does not support adding additional webpack plugins. Check out this issue for a reasoning why: https://github.com/facebook/create-react-app/issues/99. If you want...