phaser-sdk-demo
phaser-sdk-demo copied to clipboard
Uper lower case mismatch
If You use filenames case-sensitive OS (Like ubuntu linux) code do not compile because of lowe/upper case mismatch
in main.js (and not only there) we can see
import createContract from './simpleContract'
While the file is
phaser-sdk-demo/src/SimpleContract.js
and class is phaser-sdk-demo/src/SimpleContract
it cause building errors, which i fixed my baking naming consistet
Same here. Had to fix the file names in code.
Serheii can you submit a PR
fixed in 15f8d56