mattjennings / svelte-pixi

Create PixiJS apps with Svelte
https://svelte-pixi.com
MIT License
112 stars 15 forks source link

Files missing from package #8

Closed ricardomatias closed 3 years ago

ricardomatias commented 3 years ago

The following files are imported by dist/index.js but they are not bundled with the package.

Error: Build failed with 10 errors:
node_modules/svelte-pixi/dist/index.js:1:42: error: Could not resolve "./AnimatedSprite.svelte"
node_modules/svelte-pixi/dist/index.js:2:37: error: Could not resolve "./Container.svelte"
node_modules/svelte-pixi/dist/index.js:3:34: error: Could not resolve "./Loader.svelte"
node_modules/svelte-pixi/dist/index.js:4:34: error: Could not resolve "./Sprite.svelte"
node_modules/svelte-pixi/dist/index.js:5:40: error: Could not resolve "./TilingSprite.svelte"
mattjennings commented 3 years ago

oops, looks like something went wrong with the 0.0.3 release. Thanks for reporting this, I'll take a look!

mattjennings commented 3 years ago

Fixed in 0.0.4