SpinePlugin load problem

Hi everyone,

I’m using SpinePlugin.js at my project, but it not work right, it seem like loading plugin wrong,
am i doing something wrong?

super({
			key: 'Scene',
			pack: {
                files: [
                    { type: 'scenePlugin', key: 'SpinePlugin', url: 'plugins/SpinePlugin.js', sceneKey: 'spine' }
                ]
            }
		})

:wave:

Look in dev tools Network pane to see what’s getting downloaded at plugins/SpinePlugin.js.

Plugin loaded successfully, but not working,

I have change plugin same using with phaser example, and it work,

thank for helping~