wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.7k stars 1.18k forks source link

Fix how we build generated project for production (dev deps) #897

Open sodic opened 1 year ago

sodic commented 1 year ago

Summary:

To make Wasp production ready, we must:

While we're at it, we should probably take care of #456 too.

Martinsos commented 1 year ago

Is this blocked by the restructuring, or can we go after it right now?

sodic commented 1 year ago

I'd say it's blocked.

infomiho commented 3 months ago

@sodic is this now solved after 0.12.0?

sodic commented 3 months ago

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.