mirror of https://github.com/tailscale/tailscale/
client/web: fix Vite CJS deprecation warning (#11288)
Starting in Vite 5, Vite now issues a deprecation warning when using a CJS-based Vite config file. This commit fixes it by adding the `"type": "module"` to our package.json to opt our files into ESM module behaviours. Fixes #cleanup Signed-off-by: Ross Zurowski <ross@rosszurowski.com>pull/11291/head
parent
69f4b4595a
commit
e83e2e881b
Loading…
Reference in New Issue