goldfire / phaser-webpack-loader

Asset loader for Phaser + Webpack.
MIT License
90 stars 4 forks source link

Local data URIs are not supported: atlas #8

Open djohalo2 opened 5 years ago

djohalo2 commented 5 years ago

I'm currently trying to load an atlas.png and atlas.json. However both without using this package and with using it, phaser breaks and gives the error: 'Local data URIs are not supported: atlas'.

Webpack requires the files, which is necessary, but it somehow breaks phaser. Does anyone have a clue on how to fix this?

NeoHoffa commented 5 years ago

Did you ever find a solution to this?

AbdulYKI commented 3 years ago

Are there any updates on this ?