I get this error `Uncaught Error: ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead` on html templates. ref: - https://github.com/babel/babel/issues/12731 - https://github.com/webpack/webpack/issues/12549 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 do `require(...).default`