PhaserEditor2D / PhaserEditor

A friendly IDE to develop HTML5 games based on the Phaser framework.
https://phasereditor2d.com
Eclipse Public License 1.0
327 stars 45 forks source link

[Paid user] One click bundling of the project #113

Closed sathyarajshetigar closed 4 years ago

sathyarajshetigar commented 5 years ago

Is it possible to bundle the game with parcel or webpack within the editor? If possible please add that as a feature

PhaserEditor2D commented 5 years ago

We think the editor is flexible enough to allow users to use webpack, parcel or other build/packing system, but you should do it manually. The JavaScript echosystem is huge and there are lot of frameworks that do "the same thing", that right now we do not plan to support a particular build framework. There are a lot of thing to do related to Phaser that have more priority.