Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hi @nwjeff

    I hope you’re well today!

    Source maps are special files to help developers see content of minified JS files easily in browser. They aren’t used for anything and aren’t needed in any way to make plugin work. Missing .map file will also not cause any issues whatsoever and will not affect how plugin works.

    Furthermore, such error is happening only when browser console is active. It’s not that it’s “invisible” when browser console is closed but it is literally happening only with it being open.

    .map files aren’t also “mandatory” files. You can ignore safely ignore it completely.

    Kind regards,
    Adam

    Thread Starter nwjeff

    (@nwjeff)

    Thank you for the quick answer. I was not sure if that would cause any problems, but I guess not.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Source Map Error for libphonenumber’ is closed to new replies.