jjwallace Posted August 12, 2018 Share Posted August 12, 2018 Hi guys, i seem to have some issues with loading jsons with webpack json loader. Loader Found here: https://github.com/mattcolman/phaser-manifest-loader I have added some code to allow for json to load but it seems not to be working. I tried just regular loading the json and got a 404 not found error. Quote Uncaught TypeError: url.match is not a function at Phaser.Loader.transformUrl (phaser-split.js:58768) at Phaser.Loader.loadFile (phaser-split.js:58848) at Phaser.Loader.processLoadQueue (phaser-split.js:58539) at Phaser.Loader.asyncComplete (phaser-split.js:58645) at Phaser.Loader.fileComplete (phaser-split.js:59464) at Image.file.data.onload (phaser-split.js:58920) Link to comment Share on other sites More sharing options...
lichu Posted September 24, 2021 Share Posted September 24, 2021 well i think the issue is with webpack in production mode i get t.match is not a function in development mode i get url.match is not a function just wondering how you went about to solve this if you did Link to comment Share on other sites More sharing options...
Recommended Posts