We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a warning appearing as:
⚠ ./node_modules/payload/dist/config/load.js require.extensions is not supported by webpack. Use a loader instead.
Import trace for requested module: ./node_modules/payload/dist/config/load.js ./node_modules/payload/dist/payload.js ./node_modules/payload/dist/index.js ./src/get-payload.ts ./src/app/product/[productId]/page.tsx
@joschan21
The text was updated successfully, but these errors were encountered:
Same here, its very annoying and there isnt much information on this warning as well. I even tried using vite as the builder, but nothing changed
Sorry, something went wrong.
Same problem. can't build & run dev
No branches or pull requests
I have a warning appearing as:
⚠ ./node_modules/payload/dist/config/load.js
require.extensions is not supported by webpack. Use a loader instead.
Import trace for requested module:
./node_modules/payload/dist/config/load.js
./node_modules/payload/dist/payload.js
./node_modules/payload/dist/index.js
./src/get-payload.ts
./src/app/product/[productId]/page.tsx
@joschan21
The text was updated successfully, but these errors were encountered: