Skip to content

@tailwindcss/vite: build error when use @plugin "@tailwindcss/typography"; #19946

@huijiewei

Description

@huijiewei

What version of Tailwind CSS are you using?

v4.2.3

What build tool (or framework if it abstracts the build tool) are you using?

Vite 8.0.9

What version of Node.js are you using?

v24.15.0

What operating system are you using?

macOS

when used together with resolve.alias in vite.config

resolve: {
    alias: [
      { find: '@', replacement: fileURLToPath(new URL('.', import.meta.url)) },
    ],
  },

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions