NoleDjok Posted July 28, 2020 Share Posted July 28, 2020 Hello. I added pixi.js-legasy in webpack plugin, after that i write pixi global window.PIXI = PIXI and import pixi-spine. Spine works correctly, but there is warning. How can I fix it? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 28, 2020 Share Posted July 28, 2020 Hello! Yes, its an echo of a big problem - we still cannot make plugins that are 100% compatible with ES5, ES6 imports and Typescript. If we drop vanilla support e.g. <script src= ... > , everything will be fine, but most of big pixi users depend on it. Quote Link to comment Share on other sites More sharing options...
NoleDjok Posted July 30, 2020 Author Share Posted July 30, 2020 On 7/28/2020 at 1:58 PM, ivan.popelyshev said: Hello! Yes, its an echo of a big problem - we still cannot make plugins that are 100% compatible with ES5, ES6 imports and Typescript. If we drop vanilla support e.g. <script src= ... > , everything will be fine, but most of big pixi users depend on it. Thanks for response. it's really a problem, unfortunately. All project in WARNINGS Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted July 30, 2020 Share Posted July 30, 2020 There were several atttempts to move pixi-spine to es6 modules. I couldnt merge them because it made the build unusable for old users. Before one of webpack lovers solves that problem the proper way - I cant do anything Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.