Dmitri Ischenko
Results
2
issues of
Dmitri Ischenko
I'm trying to convert HTML with my custom component named "Data". It looks like this: ``` html After ``` As I result I get the following JSX in which the...
I use LiveScript loader with babel loader this way: ``` javascript { test: /\.ls$/, loader: 'babel?presets[]=react,presets[]=es2015!livescript' }, ``` This configuration throws an exception: ``` bash ERROR in ./client/web/public/app.ls Module build...