Skip to content

Q: Should the property be cache set to true or it doesn't depend  #552

@vkosmach

Description

@vkosmach

Expected Behavior

If i dont set built -> cache = true

hard-source-webpack-plugin dosent run.

With this config

 build: {
    analyze: false,
    cache: false,
    hardSource: {
      cacheDirectory: resolve(__dirname, `node_modules/.cache/hard-source${isProduction ? '' : '-dev'}/[confighash]`)
    },
...

Actual Behavior

Always run.

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