eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.25k stars 871 forks source link

yarn run webpack:prod blocked #922

Open Pedrog38 opened 4 years ago

Pedrog38 commented 4 years ago

Hi,

i'm trying to generate a .war file of my project, using frontend maven plugin. It seems to block when it runs webpack:prod There are no errors but nothing comes after this line :

MergetJsonsWebpackPlugin compilation completed...

When i run manually 'yarn run webpack:prod' in my terminal, the compilation of my frontend works.

What could block the compilation ? Thanks a lot