DragonBones / DragonBonesJS

DragonBones TypeScript / JavaScript Runtime
MIT License
746 stars 321 forks source link

Integration with WebPack #158

Open noblemike opened 3 years ago

noblemike commented 3 years ago

I have a problem with integrating DragonBones to web-pack (Phaser), I think that Vue doesn't inject the code so I always meet the errors like this, Uncaught TypeError: Cannot read property 'display' of undefined or Uncaught TypeError: Cannot read property 'dragonBones' of undefined , how can I resolve it?