Skip to content

How to know that ramdisk is being used? #9

@0xabrarhussain

Description

@0xabrarhussain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions