Skip to content

TypeError: id.startsWith is not a function after moving code to a custom external plugin #15624

Answered by wongjn
chrisvidal asked this question in Help
Discussion options

You must be logged in to vote

It seems like you're trying to require() twice where it is not needed:

     require("@tailwindcss/typography"),
     require("tailwindcss-flip"),
-    require(skillupPlugin)
+    skillupPlugin
   ],
 }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chrisvidal
Comment options

Answer selected by chrisvidal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants