lean / phaser-es6-webpack

A bootstrap project for create games with Phaser + ES6 + Webpack.
MIT License
1.28k stars 314 forks source link

ERROR in bundle.js from UglifyJS #11

Closed gastonrampersad closed 8 years ago

gastonrampersad commented 8 years ago

I get with the following when I run the deploy script:

ERROR in bundle.js from UglifyJs SyntaxError: Unexpected token: string (pixi) [./src/main.js:1,7]

I'm running the project straight "out of the box".

Node: v6.6.0 npm: 3.10.3

screen shot 2016-09-20 at 11 04 24 am
gastonrampersad commented 8 years ago

Setting .babelrc fixes this.

{ "presets": ["es2015"] }