Files
wxt/docs/public
Aaron c8ddc66cfa feat!: Use vite-node to load entrypoints by default (#859)
BREAKING CHANGE: Switch from using `jiti` to import entrypoints during the build process by default to `vite-node`.

To continue using `jiti`, add the following to your `wxt.config.ts` file:

```ts
export default defineConfig({
  entrypointLoader: "jiti",
})
```

NOTE: "jiti" is deprecated and will be removed in the next major version, `v0.20.0`.
2024-07-25 17:25:46 -05:00
..
2023-07-21 01:51:04 -05:00
2023-07-21 01:51:04 -05:00
2023-07-21 01:51:04 -05:00
2023-09-28 10:13:18 -05:00