pixijs / assetpack

A configurable asset pipeline for the web

Home Page:http://pixijs.io/assetpack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Allow for multiple plugins of the same type

Zyie opened this issue · comments

commented
plugins: {
        texture: texturePacker({
            texturePacker: {
                exporter: 'Pixi',
            }
        }),
        texture2: texturePacker({
            texturePacker: {
                exporter: 'Css',
            }
        }),
        manifest: pixiManifest({}),
    },

This should produce both css and json outputs, both being saved to the manifest

Currently this causes a key clash in SaveableAssetCache