So for my Electron project I'm also using the filesystem cache with the following:
cache: {
type: 'filesystem',
},
I don't have output/path set in my webpack rules. During the build step I see the following:
⠋ Compiling Renderer Template⬡ webpack-plugin-ramdisk: Build being written to /Volumes/wpr/myname/myproject
✔ Compiling Renderer Template
✔ Preparing to Package Application for arch: x64
But ramdisk didn't seem to make any different at all to build times.
Is there a way for me to verify it's being used? I do see the Volume mounted, but I don't know if it's being read.
So for my Electron project I'm also using the filesystem cache with the following:
I don't have output/path set in my webpack rules. During the build step I see the following:
But ramdisk didn't seem to make any different at all to build times.
Is there a way for me to verify it's being used? I do see the Volume mounted, but I don't know if it's being read.