UNPKG

create-phaser-app

Version:

A boiler plate to start your phaser app with webpack4, babel7+ and Phaser 3

5 lines (3 loc) 104 B
let path = require('path'); const ROOT_PATH = path.resolve('../'); module.exports = { ROOT_PATH };