rsnext/packages/create-next-app/templates
Balázs Orbán 645be74efd
feat(cna): remove autoprefixer from default templates (#55725)
### What?

Removing `autoprefixer` from the default Tailwind CSS templates. (It can
be installed afterward)

### Why?

After some investigation by @timneutkens, `autoprefixer` seems to
introduce some compilation overhead

### How?

Removing `autoprefixer` from the auto-installed dependency list, it
would be up to the developer to install this plugin if they need it.

[Slack
thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1695288906722539)
2024-02-05 14:22:47 -05:00
..
app chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
app-tw feat(cna): remove autoprefixer from default templates (#55725) 2024-02-05 14:22:47 -05:00
default chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
default-tw feat(cna): remove autoprefixer from default templates (#55725) 2024-02-05 14:22:47 -05:00
.prettierrc.json chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00
index.ts feat(cna): remove autoprefixer from default templates (#55725) 2024-02-05 14:22:47 -05:00
types.ts chore(examples): use default prettier for examples/templates (#60530) 2024-01-11 16:01:44 -07:00