Closed gastonrampersad closed 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
Setting .babelrc fixes this.
{ "presets": ["es2015"] }
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