pixi-svg-graphics
pixi-svg-graphics copied to clipboard
pixi-vector-graphics package includes node_modules directory
Whenever I npm install
the pixi-vector-graphics package, the pixi-vector-graphics package directory in my node-modules
directory contains its own node-modules
directory, which itself contains some files for PIXI.js. This messes up my webpack build as the version of PIXI.js in this directory is an old one, and webpack tries to import that old version instead.