Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
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 :-)