-
-
Notifications
You must be signed in to change notification settings - Fork 437
Closed
Description
When I have this in my package.json, the output is changed appropriately:
"svgr": {
"jsxRuntime": "classic-preact"
}
But this seems to have no effect :(
"svgr": {
"jsxRuntimeImport": { "source": "preact", "specifiers": ["h"] },
}
(I need to use the custom version because I'm using HyperApp as a framework, and so I need my h to be imported from the hyperapp-jsx-pragma package)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels