Open sodic opened 1 year ago
Is this blocked by the restructuring, or can we go after it right now?
I'd say it's blocked.
@sodic is this now solved after 0.12.0?
I'm not sure, some parts of it may be fixed, but I think not (I think we still treat them the same way when building for production).
Most (if not all) points are still applicable, I'd say.
Summary:
npm install --production
(this creates a "production build).npm install
, regardless of the Wasp command at hand (start
,build
,compile
, ...).To make Wasp production ready, we must:
While we're at it, we should probably take care of #456 too.