manapotion icon indicating copy to clipboard operation
manapotion copied to clipboard

Prettier error when importing from @manapotion/core in tailwind.config.js

Open verekia opened this issue 10 months ago • 0 comments

For some reason, Prettier chokes on importing the theme from @manapotion/svelte: Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined

For now, you can get around the issue by importing core instead:

import { tailwindTheme as manapotionTheme } from '@manapotion/core'

verekia avatar Apr 21 '24 09:04 verekia