Webpack failure during JHipster Prod Package
问题 I generated a vanilla JHipster microservice gateway. With JHipster registry running I am able to start it using ./mvnw and it works. I can package it using ./mvnw -Pdev package and that works. However, if I try to package it using ./mvnw -Pprod package it fails apparently during the webpack build prod step. JHipster version 4.14.0 Yarn version 1.3.2 Node version v6.11.5 yo-rc.json { "generator-jhipster": { "promptValues": { "packageName": "org.jhipster.blog", "nativeLanguage": "en" },