Skip to content

Conversation

Update the `lockfileVersion` in `pnpm-lock.yaml` from 5.3 to 6.0 via `pnpm install`.
@nick-lai nick-lai marked this pull request as draft November 7, 2023 08:20
- Migrate minifier from `terser` to `esbuild`.
- Add `"type": "module"` to `package.json`.

References:
- [Migration from v4](https://vitejs.dev/guide/migration.html#deprecate-cjs-node-api)
  - The closest `package.json` file has `"type": "module"`, or use the `.mjs`/`.mts` extension, e.g. `vite.config.mjs` or `vite.config.mts`.
- [Migration from v2](https://v3.vitejs.dev/guide/migration.html#general-changes)
  - Terser is now an optional dependency. If you are using build.minify: 'terser', you need to install it.
- Update `@vue/reactivity` from 3.2.27 to 3.4.0
  - Avoid circular referencing the `hasOwnProperty` method in reactive proxy.
  - Reference: [fix(reactivity): track hasOwnProperty](vuejs/core@588bd44)
- Bump `@vue/shared` from 3.2.7 to 3.4.0
@nick-lai nick-lai marked this pull request as ready for review December 29, 2023 05:43
@luxaritas
Copy link

This also should include the fix in Vite for global pollution when using the IIFE build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants