mahmoud22 Posted April 22, 2018 Share Posted April 22, 2018 I created a minimal boilerplate just to set up ES6 workflow with no configuration using Parcel, so you don't have to install a lot of devDependencies. Github repo: https://github.com/22mahmoud/Phaser.io-v3-Boilerplate I plan to make CLI create a new project and generate scenes and game objects Questions, suggestions, and contributions are welcomed samme 1 Link to comment Share on other sites More sharing options...
mattstyles Posted April 22, 2018 Share Posted April 22, 2018 Nice. I've been using Parcel a little bit recently, very impressive. Not sure the Hot Module stuff will ever work properly with a canvas-based app, it probably could somehow. Link to comment Share on other sites More sharing options...
RiCoTeRoX Posted November 2, 2018 Share Posted November 2, 2018 how you set a enviroment variables in parcel? CANVAS_RENDERER=true WEBGL_RENDERER=true EXPERIMENTAL=false PLUGIN_CAMERA3D=false PLUGIN_FBINSTANT=false like those ? in webpack you use a definePlugin. thx Link to comment Share on other sites More sharing options...
Recommended Posts