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
Hi there, I get the same error when I deploy my app through pm2, I check the two closed issues that are mentioned.
Here is my babel.config.js and my webpack.config.js
I get this error
Uncaught Error: ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead
on html templates.ref:
changing https://github.com/WearyMonkey/ngtemplate-loader/blob/master/index.js#L62 to
export default ...
fixes the issue. but then the auto-ngtemplate-loader needs to dorequire(...).default
The text was updated successfully, but these errors were encountered: