-
Notifications
You must be signed in to change notification settings - Fork 470
Closed
Labels
Description
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"
]
}
],