Sage 10: Remove completely Tailwindcss and jQuery

Hi, I develop with a boilerplate of mine so I don’t want Tailwind or Bootstrap or other.

So, in addition to launch yarn remove tailwindcss what else is needed to remove it completely from Sage?

Same for jquery: after removing it with yarn remove jquery, what else to do?

Also it should be nice to have back the wizard installation of Sage that asks if we want some boilerplate or not. Is it in plan?

Thanks

1 Like

Hi @dangelion,

So, after removing tailwindcss and jquery (yarn remove tailwindcss jquery), the next steps is to:

That’s all.

2 Likes

Thanks @DanLapteacru
in addition I also see this dependency in package.json

"@tailwindcss/typography": "^0.4.0",

Should I uninstall that?

You certainly can. The only effect will be that npm install will run slightly faster. Otherwise it won’t increase build size or reduce build speed because nothing is using it.

1 Like

Yes, @dangelion, you can.

This topic was automatically closed after 42 days. New replies are no longer allowed.