Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to @esotericsoftware/spine-pixi-v7 #1443

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yordan-kanchelov
Copy link
Owner

This pull request involves significant changes to the project, including updating dependencies, refactoring asset files, and converting TypeScript configuration files to CommonJS. The most important changes are summarized below:

Dependency Updates:

  • Replaced the pixi-spine dependency with @esotericsoftware/spine-pixi-v7 in package.json and updated the corresponding import statements in src/index.ts and src/utils/spine-example.ts. [1] [2] [3]

Asset Refactor:

  • Removed pixie assets and added new spineboy assets in assets/spine-assets/pixie.atlas and assets/spine-assets/spineboy.atlas. [1] [2]
  • Updated asset loading in src/index.ts to use the new spineboy assets.

Configuration Changes:

  • Converted webpack.config.ts, webpack.dev.ts, and webpack.prod.ts to CommonJS format (webpack.config.cjs, webpack.dev.cjs, webpack.prod.cjs). [1] [2] [3] [4] [5] [6] [7]

These changes streamline the project dependencies, update asset management, and ensure compatibility with CommonJS module format.

Copy link

netlify bot commented Dec 11, 2024

Deploy Preview for pixi-typescript-boilerplate failed.

Name Link
🔨 Latest commit 5a01a42
🔍 Latest deploy log https://app.netlify.com/sites/pixi-typescript-boilerplate/deploys/6759bb671dab7f00086cdaa3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant