You may need an additional loader to handle the result of these loaders. ./node_modules/@nuxt/bridge/dist/runtime/composables/cookie.mjs
#1281
Labels
./node_modules/@nuxt/bridge/dist/runtime/composables/cookie.mjs
#1281
Environment
Reproduction
https://stackblitz.com/edit/github-fmzbfj?file=nuxt.config.ts
Describe the bug
I am trying to upgrade Nuxt2 to Nuxt3, and I use
@nuxt/bridge
to assist the upgrade (vue2 has too many files and cannot be upgraded directly)When I come to the second step to enable TypeScript, an error is reported:
Additional context
import { defineNuxtConfig } from '@nuxt/bridge';
export default defineNuxtConfig({
bridge: {
typescript: true,
nitro: false,
},
});
Logs
The text was updated successfully, but these errors were encountered: