Skip to content

Instantly share code, notes, and snippets.

View hellos3b's full-sized avatar

Sebastian hellos3b

  • Cisco
  • San Jose, CA
View GitHub Profile
const path = require('path');
// Phaser webpack config
const phaserModule = path.join(__dirname, '/node_modules/phaser-ce/')
const phaser = path.join(phaserModule, 'build/custom/phaser-split.js')
const pixi = path.join(phaserModule, 'build/custom/pixi.js')
const p2 = path.join(phaserModule, 'build/custom/p2.js')
module.exports = {
devtool: 'source-map',