hi, our react app is written in coffeescript. Would it be possible to use this plugin with coffee-loader?
I've tried installing this plugin as es-plugin to coffee-loader, but go following error:
Error: Got an unexpected exception from the coffeescript compiler. The original exception was: Error: Plugin/Preset files are not allowed to export objects, only functions. In /Users/ty/workspaces/tgb-h5client/node_modules/babel-preset-react/lib/index.js
(The coffeescript compiler should not raise *unexpected* exceptions. You can file this error as an issue of the coffeescript compiler: https://github.com/jashkenas/coffee-script/issues)
Do you think you can provide a repository with this error inside? This will be very handy to debug because I'm not familiar with coffee-loader and your environment.
hi, our react app is written in coffeescript. Would it be possible to use this plugin with coffee-loader?
I've tried installing this plugin as es-plugin to coffee-loader, but go following error: