template-rollup-typescript
template-rollup-typescript copied to clipboard
A quick-start project template that uses Phaser 3, TypeScript and Rollup for bundling
The project makes users write code in typescript and thus they must be able to find typescript files in source to put debug points at right place. Currently we need...
Hello guys, Did you know the feature "repository as a template" from github? https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template I think this feature is extremely optimal for this project! What do you think about this?
Hi, I have a Phaser 3 project in JS and I want to try to move it to typescript. Unfortunately, I am not able to figure out how to import...
`rollup-plugin-uglify` no longer supports es6 and should be replaced by `rollup-plugin-terser`. When I ran my first prod build I received the following error using `rollup-plugin-uglify`: ``` [!] (plugin uglify) Error:...
Fixes https://github.com/photonstorm/phaser3-typescript-project-template/issues/2