template-rollup-typescript icon indicating copy to clipboard operation
template-rollup-typescript copied to clipboard

A quick-start project template that uses Phaser 3, TypeScript and Rollup for bundling

Results 15 template-rollup-typescript issues
Sort by recently updated
recently updated
newest added

- Bumped the versions of all NPM dependencies. - Replaced `rollup-plugin-uglify` with `rollup-plugin-terser` since the former isn't compatible with recent versions of rollup. - Had to add `preventAssignment: true` in...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hasta el paso 3.1

npm run watch and then access http://localhost:10001 find error in browser console.

Had trouble with sourcemaps - chrome would not be able to find any. Disabling rollup's sourcmap setting and enabling sourceMap in typescript settings fixed it for me.

Fixes [issue #78](https://github.com/photonstorm/phaser3-project-template/issues/78)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Currently changing code causes the bundle to be rebuilt, but the user still has to refresh the page to see their changes. Is it possible to auto-reload the page on...

This plugin supports ES6, which rollup-plugin-uglify does not. Also remove the now unused rollup-plugin-uglify. Completes #7

I just tried to use the template, and npm complained about ``` ~/src/phaser3-typescript-project-template$ npm audit === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require...