Cannot build webpack application

Sometimes, when trying to build webpack applications, we encounter errors like this one:

Module Error (from ./node_modules/sass-loader/dist/cjs.js):
Unexpected token '?'
./public/assets/theme/sass/home.scss

If that's the case, the easiest solution would be to configure a custom container, with the latest node LTS version, by doing the following:

1. In the containers section, create a custom container that references node:18.15.0:

2. After that, we can use our custom container directly in our build step, like this:

We hope this information helps you resolve the issue with webpack If you have any further questions or concerns, please do not hesitate to reach out to us.

Still need help? Contact Us Contact Us