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
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?
The text was updated successfully, but these errors were encountered:
I updated webpack to version
5.37.1
from5.11.0
and 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?
The text was updated successfully, but these errors were encountered: