Doesn't work with PIXI 4.1.0
Opened this issue · 2 comments
hendrysadrak commented
hendrysadrak commented
Temporary fix i'm using PIXI[ "default" ] = PIXI;
before loading pixi-audio.
Deleted user commented
You can replace import PIXI from 'pixi.js';
by import 'pixi.js';
in both Audio.js
and index.js
, then build again, that should work.