Webpack Error

Hi guys, do you have any idea what this error is?

never mind… found the culprit.

[webpack]
ERROR dev-webpack - Module not found: Error: Can’t resolve ‘bower_components/chart.js/dist/Chart.js’ in ‘/Users/[users name]
/Projects/webex-event-management/target/frontend’

I have no idea why is it there in the first place. So I just have to comment it out from the generated-flow-imports.js

So it was this addon that causes the webpack error.

<groupId>be.ceau</groupId>
<artifactId>chart</artifactId>
<version>2.3.1</version>

Thanks for sharing the solution.