Message Boards

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

Erik Strauß, modified 3 Years ago.

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

New Member Posts: 10 Join Date: 5/6/18 Recent Posts

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?

Diego Nascimento, modified 3 Years ago.

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

New Member Post: 1 Join Date: 9/14/20 Recent Posts

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ß, modified 3 Years ago.

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

New Member Posts: 10 Join Date: 5/6/18 Recent Posts

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