Skip to content

ppx-specs field in build schema #3482

@alex35mil

Description

@alex35mil

In bsconfig.json schema there is sources[].ppx-specs field (screen: https://cl.ly/f27b32a53e7b).

I assumed this is ppx-flags but on a source level and I tried to apply ppx only to dev source folder but it doesn't seem to work.

  "name": "bs-log",
  "sources": [
    "src",
    {
      "dir": "examples",
      "type" : "dev",
      "ppx-specs": [
        "./_esy/ppx/build/default/bin/bin.exe"
      ]
    }
  ],

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions