You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Failed to compile with 1 errors
ERROR in ./assets/css/tailwind.css
Module build failed (from ./node_modules/@nuxt/postcss8/node_modules/postcss-loader/dist/cjs.js):
RangeError: Maximum call stack size exceeded
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:19:32)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
at candidatePermutations (C:\projects\movies-web\node_modules\@tailwindcss\jit\src\lib\generateRules.js:41:10)
at candidatePermutations.next (<anonymous>)
@ ./assets/css/tailwind.css 4:14-221 15:3-20:5 16:22-229
@ ./.nuxt/App.js
@ ./.nuxt/index.js
@ ./.nuxt/client.js
@ multi ./node_modules/eventsource-polyfill/dist/browserify-eventsource.js (webpack)-hot-middleware/client.js?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
The text was updated successfully, but these errors were encountered:
Version
@nuxtjs/tailwindcss: v4.0.2
nuxt: v2.15.3
Reproduction Link
https://github.com/mornir/movies-web/tree/dev
Steps to reproduce
yarn install
yarn dev
What is happening?
When activating JIT, the dev and build process errors out when reading the
tailwind.css
file:https://github.com/mornir/movies-web/blob/dev/assets/css/tailwind.css
I already tried updating autoprefixer to its latest version, as suggested here:
tailwindlabs/tailwindcss-jit#29
Here's the stack trace:
The text was updated successfully, but these errors were encountered: