ember-test-waiters icon indicating copy to clipboard operation
ember-test-waiters copied to clipboard

Minimize the production impact

Open boris-petrov opened this issue 5 years ago • 4 comments

Right now, the minified production code that ember-test-waiters puts in a build is around 3.4K. It would be nice to make this as low as possible.

cc @rwjblue, @scalvert

boris-petrov avatar Jul 15 '20 14:07 boris-petrov

👍 totally agree!

rwjblue avatar Jul 15 '20 18:07 rwjblue

We could likely strip out the code in a prod build. Would this work?

scalvert avatar Apr 14 '21 02:04 scalvert

That's the best way definitely if possible.

boris-petrov avatar Apr 14 '21 09:04 boris-petrov

Was just poking around hoping there was something I could use for dynamic imports that wouldn't have prod overhead, would love to see this

runspired avatar Sep 16 '22 21:09 runspired