pablobm left a comment (openstreetmap/openstreetmap-website#6722)

It loads fine and I'm not seeing any other load fails. The error comes from 
within the module. Excerpt:

```
(function (root, plurals) {
  Object.defineProperty(plurals, '__esModule', { value: true });
  if (typeof define === 'function' && define.amd) define(plurals);
  else if (typeof exports === 'object') module.exports = plurals;
  else root.plurals = plurals;
}(this, {
af: a,

ak: b,

am: c,
```

Where `root.plurals = plurals` appears to be the issue. This is JS import land, 
which I'm very out of touch with...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6722#issuecomment-3773008799
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6722/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to