azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 57 forks source link

webpack import 'phaser-spine' #101

Open supermrji opened 5 years ago

supermrji commented 5 years ago

Hello, there. I use npm install @orange-games/phaser-spine and use Webpack.

Can I just simply import like this

import PhaserSpine from 'phaser-spine';

I try many method but not success.

pablohastings commented 3 years ago

Hi. I am also having a issue importing the plug in using the phaser es6 webpack template. I saw a thread on the phaser-input issue with this and tried to follow that but I still can't get it to work. Any suggestions?

PonyOny commented 2 years ago

Same here, cant get it to work with webpack, any fix/solution?