Dev

Results 108 issues of Dev

### Versions nuxt-vite: 0.2.3 nuxt: 2.15.8 ### Reproduction ``` ERROR [rollup-plugin-dynamic-import-variables] Unexpected token (1:9) 16:41:41 file: /graphql/apollo/login.graphql:1:9 ``` ``` mutation loginMutation($email: String!, $password: String!) { signIn(data: { email: $email, password:...

bug

``` node_modules/ts-node/dist-raw/node-internal-modules-esm-resolve.js:362 const err = new ERR_UNSUPPORTED_DIR_IMPORT(path, fileURLToPath(base)); /node_modules/supertokens-node/recipe/session CustomError: ERR_UNSUPPORTED_DIR_IMPORT ``` `pnpm ts-node --esm --swc --transpile-only ./index.ts` ❯ node -v v18.12.1 "ts-node": "^10.9.1", TypeScript 4.9.4

close https://github.com/supertokens/supertokens-node/issues/413 close https://github.com/supertokens/supertokens-node/issues/459 - dynamic build -> export `dist` - pnpm support - esm, cjs support

close #413 close #459 close #360 close #299 It includes major structural changes. - [x] tsup build system - [x] fix ts export paths again - [x] eslint support -...

https://github.com/unjs/h3 -> nuxt 3 with server used

![CleanShot 2021-11-14 at 21 18 23](https://user-images.githubusercontent.com/38668796/141693391-90be279d-3d47-4882-aee3-3a031dac4942.png) > ``` const path = require('path') const Components = require('unplugin-vue-components/vite') const AutoImport = require('unplugin-auto-import/vite') const { loadConfigFromFile, mergeConfig } = require('vite') module.exports = {...

### Describe the feature a solution that would scan files within a file, prepare all nuxts or start in dev mode would be great. playgrounds/project1 playgrounds/project2 playgrounds/project3 ### Additional information...

Can you add this support? ![Screen Shot 2021-03-03 at 17 51 20](https://user-images.githubusercontent.com/38668796/109823519-11525f80-7c49-11eb-9282-26ee8aca6f85.png)

when I try to take the type, he won't take it. This type is not exported. `import type { ComponentData } from 'nuxt-component-meta'` ![image](https://github.com/nuxtlabs/nuxt-component-meta/assets/38668796/9600c9c0-a2d0-42ad-b14a-e08f5467aecc)

We will try to convert all TS files to 100% SFC. If you want to help, you can see examples from the new TS to SFC prs I will send....

help wanted