Commit 7115c24
authored
Webpack: use filesystem cache for compilation (#643)
This allows to speed up webpack start. It went from 8s to 1s in my
laptop after the initial compilation.
By default, webpack uses memory cache, but it's deleted once the
container is shut down. Keeping the cache in the filesystem allows the
container to reuse the cached resources.1 parent 8cebb92 commit 7115c24
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
0 commit comments