Would appreciate some help getting this to work with Webpack. I do not see the esm version. The files in the download are:
phaser-fx.cjs
phaser-fx.d.ts
phaser-fx.global.ts
phaser-fx.ts
When I try something like:
import PhaserFX from "../PhaserFX/phaser-fx.js"
I get a module parse failure.
