Replies: 1 comment 4 replies
-
I'd suggest removing the webpack config you added for scss files as Gatsby already handles this for you. Other than that: Can you pinpoint in your version control history when this error started to occur? This way you'll be able to see where the problem lies. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When building with
gatsby build && gatsby serve
it stops at the "Building production JavaScript and CSS bundles"-process. I think it has something to do with my Webpack setup ingatsby-node.js
. And I have a feeling my Sass setup can also be conflicting...Expected result
Gatsby should build my app, this also happens when trying to deploy with Netlify. But there i'm getting the error:
"Cannot read property 'split' of undefined"
Actual result
Webpack Error #98123, "Generating JavaScript bundles failed; argument 'value' must be either string of Buffer"
Environment
my webpack setup:
my sass setup:
github project: https://github.com/mikeyfe6/Gimmix
live website: https://gimmix.nl
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions