Closed anarchang closed 8 years ago
Hi @anarchang!
Thanks for reaching out. Well, in fact, I do believe it's related with this plugin. The wrong part is that we're assuming ES6 support, and that's wrong.
I'll provide a new version without ES6 support, allowing you to make it work.
Let you know as soon as it's done!
Thanks
Hi @anarchang!
You should be able to run it now. Could you please test it and provide some feedback?
Thank you!
Thank you, @diegodurli. Now webpack runs without a problem. However, I do not get the output from the plugin. I put a type error in my code which shows up when running flow
, but does not show up when running webpack
. Maybe I set up my webpack config file incorrectly.
You're welcome @anarchang!
Hm, that's odd. Are you running webpack in watching mode? I ask you because I do run in watch mode and I can normally get the plugin output.
Not sure how I could help you with that.
@diegodurli, no, I'm just running it manually when I change files. Thanks, I'll poke around and see what I can find.
Hello,
I am running into trouble including the flow-status-webpack-plugin plugin in my webpack config file. I keep getting a syntax error that tells me I am not transpilling the plugin correctly.
Here is my webpack config file:
And here is the error I am getting:
I know this is not specific to this plugin, but any help would be wonderful. Thanks.