I updated webpack to version 5.37.1 from 5.11.0 and now i see errors like this
harmony module decorator:7 Uncaught (in promise)
Error: ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ./templates/helpers/get_image_file.js
related to all the helpers. Seems that solution should be just to change export syntax but helpers does not fire the at all. Any suggestion?
I updated webpack to version
5.37.1from5.11.0and now i see errors like thisrelated to all the helpers. Seems that solution should be just to change export syntax but helpers does not fire the at all. Any suggestion?