Closed jgarcia241 closed 6 years ago
Hey,
sorry that took a while to reproduce but finally i have came across this issue too. i will come back to you as soon as i know what is going on.
any chance you could share your common/ColorPicker.jsx
??
hey,
so till know i did not manage to fix it. but i found a workaround.
the problems seems to occur when //= require ...
.js files in .jsx files.
so what i did as a workaround is "wrapping" my jsx components together in one .js file that is being packaged into one big js file with react and all that stuff in it. i will update the test-app to have a setup like this and will let you know as soon as i pushed this stuff
Hi there,
I'm getting an exception when compiling assets (
gradle assetCompile
or [gradle war] )My current config is:
And the exception I'm getting is the following:
I'm pretty sure it has to do with bable plugin, as removing seems to fix it and it fails when it is processing a JSX a 'require' jsx file that has been already processed.
Can it be a issue of version with the different plugins (grails asset pipeline and babeel-asset-pipeline)?
Any idea is very welcome.
Kind regards