[Resolved] Map not defined

in the command new Map();
I get the error:
‘Map’ is not defined
What can I do?

Ok, found an older thread about this, solved my issue.
Sry for making useless thread…

1 Like

Please consider posting a link to the older thread as I want to know how to solve a similar problem with Phaser 3 where phaser.min.js is used but I am getting a ‘Phaser’ not defined error in 2 of the .js files in the app/js/ folder.
I’m also working with a Phaser 3 template using ES6, Webpack 4 and Babel 7 and am importing Phaser with ‘import Phaser from “phaser”;’ which works fine.