This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Vite: Maximum call stack size exceeded #29
Comments
Same using next@10.0.5 |
Try updating to the very latest autoprefixer, I have seen this occur myself as well and that solved it for me:
|
Updating to the latest |
I had the same issue in a Drupal theme using Webpack Encore. Updating to the latest autoprefixer fixes it for me too. |
Going to close since updating autoprefixer seems to be the solution! |
Confirmed, all good here now! 🥇 :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looking forward to playing with this! Didn't get far today, it bailed when loading the first page under vite:
The
base.css
file contains only the three main@apply
statements for tailwind:Here's my tailwind.config.js file, nothing special:
I'm using vite 2.1.0 with vue 3.0.7.
The text was updated successfully, but these errors were encountered: