Skip to content

oxfmt/tailwind: new tailwind plugin does not work with bundling prettier #19293

@leaysgur

Description

@leaysgur

Refs: #19255

This is similar to the issue that we already seen with support for the Prettier plugin.

Possible solution:

  • A) Oxfmt side: Patch bundled file to use local module
  • B) Plugin side: Use direct module reference instead of string
    • Some modules are already doing this since used in implementation
    • So, it's OK to align for at lease default plugins?
    • (I'm not sure how to handle 3rd plugins though)
  • C) Plugin side: Use native import() rather than custom loading function
    • I don’t know the details though
  • D) Any ideas...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions