tailwind-ctp-intellisense/packages
Remco Haszing 061618745c
Optimize language service build (#520)
`tsdx` uses `.browserslistrc` to determine how to transpile the source
code. By default it supports very old environments.

By specifying relatively modern targets, the bundle size has been
reduced with ~40%. This also significantly increases performance and
readability of the output, because babel’s regenerator runtime isn’t
used anymore.

The output target can’t be set to something too new, because `tsdx` uses
an older version of terser which isn’t compatible with all new syntax
(e.g. optional chaining).
2022-04-13 17:29:08 +01:00
..
tailwindcss-language-server Update notices 2022-04-13 14:59:23 +01:00
tailwindcss-language-service Optimize language service build (#520) 2022-04-13 17:29:08 +01:00
vscode-tailwindcss 0.8.0 2022-04-13 14:51:28 +01:00