mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 23:24:41 +00:00
Fix typo, us -> use
This commit is contained in:
parent
80dcb601c7
commit
95b244a292
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ As soon as we're happy with the accuracy of the TS defs we'll merge them into th
|
|||
|
||||
### Webpack
|
||||
|
||||
We use Webpack to build Phaser and we take advantage of its conditional build flag feature to handle renderer swapping. If you wish to use Webpack with Phaser then please use our [Phaser 3 Project Template](https://github.com/photonstorm/phaser3-project-template) as it's already set-up to handle the build conditions Phaser needs. Recent changes to our build steps mean you should now be able to us any other packager, like Parcel, without any config changes.
|
||||
We use Webpack to build Phaser and we take advantage of its conditional build flag feature to handle renderer swapping. If you wish to use Webpack with Phaser then please use our [Phaser 3 Project Template](https://github.com/photonstorm/phaser3-project-template) as it's already set-up to handle the build conditions Phaser needs. Recent changes to our build steps mean you should now be able to use any other packager, like Parcel, without any config changes.
|
||||
|
||||
### License
|
||||
|
||||
|
|
Loading…
Reference in a new issue