RE: Liferay NPM Bundler: How do I build a production build?

Jamie Sammons, modificado hace 5 años. New Member Mensajes: 10 Fecha de incorporación: 6/05/18 Mensajes recientes

Hello!

I have a standard MVC portlet with React. For building I use gradle and the liferay npm bundler (v2.20.0). But every time a developer build is created for me. How can I tell the bundler to create a production build?

Erik Strauß, modificado hace 5 años. New Member Mensaje: 1 Fecha de incorporación: 14/09/20 Mensajes recientes

Hey Erik, How you are building your js-module? How you are using your build properties? We have a custom property for NODE_ENV which the default value is production.

 

Erik Strauß, modificado hace 5 años. New Member Mensajes: 10 Fecha de incorporación: 6/05/18 Mensajes recientes

Thanks for your help. I set the NODE_ENV attribute by hand and now it worked :-)