Giancarlos Isasi
Giancarlos Isasi
hi @kettanaito looks like webpack 5 doesn't resolve it anymore. I'm getting this error: ``` ERROR in ../../../node_modules/graphql/index.mjs 25:0-49 Module not found: Error: Can't resolve './version' in 'node_modules\graphql' Did you...
:eyes:
:eyes:
Just to add that you can also solve this by implementing the `babel-plugin-module-resolver`. Example: https://github.com/detrohutt/babel-plugin-import-graphql/issues/92#issuecomment-1324297736
> This should now be resolved in the latest `with-tailwind` example: > > ```js > npx create-turbo@latest -e with-tailwind > ``` That example is using postcss not the tailwindcss cli...
My case is a little different It gets stuck with the label `cache-hit` 🤔 . If I force to build (TURBO_FORCE=true) the build finishes without any error 🤔 .