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
Clean install with base installtion, no additional modules or package, gives the following error:
➜ project git:(master) ✗ npm run build
> build
> vite build
vite v5.4.10 building for production...
transforming (1) resources/js/app.js(node:67373) ExperimentalWarning: CommonJS module /project/node_modules/tailwindcss/lib/lib/load-config.js is loading ES Module /project/tailwind.config.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
file:///project/tailwind.config.js:1
const defaultTheme = require('tailwindcss/defaultTheme')
^
ReferenceError: require is not defined
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Clean install with base installtion, no additional modules or package, gives the following error:
The text was updated successfully, but these errors were encountered: