Replies: 3 comments
-
+1, we have an issue out that is strongly related to this: #1052
|
Beta Was this translation helpful? Give feedback.
-
If you think #1052 will be solid enough to be trusted by |
Beta Was this translation helpful? Give feedback.
-
I just started experimenting with using Likewise, when using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We're running
snowpack build
quite a lot on CI, and only rarely were the dependencies changed since the last run - and building them takes over 2 minutes vs. the 10 seconds to build our own files. We can't usesnowpack build --watch
, since we cannot keep processes across CI runs, but we can (and do) keep cache files. It would be great if there was a build cache folder similar to dev mode, where most of the time, it can just reuse the previous build and build everything in 10 seconds rather than 2 minutes and 10 seconds.Maybe something like
snowpack build --cache
?Beta Was this translation helpful? Give feedback.
All reactions