-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix NBSP issues #398
fix NBSP issues #398
Conversation
oh right, i made PR in EsotericSoftware/spine-runtimes#1923 , but forgot to fix it in my repo |
@ivanpopelyshev |
done, please check it |
Now have following error: |
I also switched build to es5 result, sourcemaps might differ too. |
I cloned |
Can you give me minimal setup to experience this error? |
sure, here you are thanks for your help |
try to build and you will see the errors |
I see it. Basically, source maps dont include sources , and that's why it all goes bad. If we used something like Maven, sources could be in separate artifact , but in npm i have to include sources anyway, right? OK, how do I put sources in the sourcemap with my current rollup set up? |
now you switched target build to es5, right? |
his PR: #397 You can try to roll back pixi-spine 3.0.5 version and see if |
hmm, now the same error with 3.0.5 :| |
ok, so now you have to go through configs and find out how to make correct mappings with this rollup+ts (or some derivative?) combination :) |
@konan21 |
@ivanpopelyshev |
It turned out, i had to remove oh, pixi-parrticles.. you read that thing about 6.1.0 particles renamed? |
Nope, what was renamed in 6.1.0 version? |
https://github.com/pixijs/pixijs/releases/tag/v6.1.0 pixi-particles for v6 is |
so But I use all latest versions
is this means that I shouldn't have an error? |
its not deprecated , its actually "@pixi/particle-emitter" right now : https://github.com/pixijs/pixi-particles/blob/1ade581cceb897bfd86c8d3430b8eea80765f5d9/package.json#L2 I honestly dont understand what is going on anymore |
Okay, but the problem is that Should I create an issue in pixi-particles? |
Yes, and if you make minimal setup, that'll be handled fast. Also reference this discussion. Im not contributor of pixi-particles but i can test stuff :) |
Hello again :) |
Hello, I had an issue with NBSP in our project when we use source-map-loader.