I'm getting this error as of the latest release from webpack:
Chrome 53.0.2785 (Linux 0.0.0) ERROR
Uncaught SyntaxError: Unexpected identifier
at webpack:///source/src/prepare/webgl/WebGLPrepare.js:277:0 <- config/spec-bundle.js:58543
Chrome 53.0.2785 (Linux 0.0.0) ERROR
Uncaught SyntaxError: Unexpected identifier
at webpack:///source/src/prepare/webgl/WebGLPrepare.js:277:0 <- config/spec-bundle.js:58543
I had a look at that line and it looks fine... really strange that this is suddenly an issue. Will debug some more.
As of the latest release (4.0.2 vs 4.0.1):
24 09 2016 18:44:10.570:ERROR [karma]: Error: "/pixi-gl-core/src/GLBuffer.js" is not in the SourceMap.
Related, I think this is a webpack issue:
Ignoring the source maps for pixi fixed it, so I think something's wrong with the pixi sourcemaps
same problem, also excluded source map for pixi and it went away.
Closing in favour of https://github.com/pixijs/pixi.js/issues/3821 which also talks about incorrect source maps
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.