trustification / trustify-ui

Trustify UI component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review - investigate - fix inconsistencies with ENVs (prod/dev)

helio-frota opened this issue · comments

Related to #16 (comment)

When using the Containerfile shared by Jens, I also noticed that

RUN npm run build --dev runs production build "build": "NODE_ENV=production webpack --config ./config/webpack.prod.ts",

Yes, the UI build phase is always done in production mode and it the expected behavior. I explained it here #16 (comment)