Kevin Potschien

Results 3 comments of Kevin Potschien

For everything js, you can create a ```.terserrc``` file in your project root and tell terser (the underlying minifier for parcel) to remove comments. **.terserrc** `{ "format": { "comments": false...

it's some sort of debug tool as far as I understand? Unfortunately this might be above my understanding, but the fact that Phaser itself runs without a problem, but the...

`GL_TOKEN` would be provided through the GitLab pipeline and made available as a `process.env` variable. here's a workaround to set the token manually, in case anyone stumbles upon this as...