Miles Johnson

Results 628 comments of Miles Johnson

@hustcer It may not be apparent from my previous post, but you could always run multiple commands by encapsulating them within a runnable script. This is kind of an escape...

Tasks now support `.env` files: https://moonrepo.dev/docs/config/project#envfile

No, just ours. I think our project may be _too big_. With metro, our bundle is 25mb+. When trying to use repack, our bundle is about 50mb, and almost always...

Globals are pretty much an anti-pattern. It's nice that IED does not support it.

I guess that would be the exception, which is also the minority at this point.

Just my 2 cents but NPM shrinkwrap is just terrible all around -- I literally have issues with shrinkwrap on a daily basis. Ruby's gems or PHP's composer lock files...

+1 Would be nice to update all the deps to. This still isn't using graphql 14 or even webpack 4. @samsarahq

I know this is an old thread, but I went ahead and built a new memoize decorator that utilizes `WeakMap` under the hood. https://github.com/milesj/boost/blob/master/docs/common.md#memoize