Skip to content

Conversation

@callinmullaney
Copy link
Collaborator

This PR does the following:

  • Upgrades Emulsify Core to the 4.x (Vite integration release)
  • Update documentation and replaces webpack references with Vite

Notes:

  • (optional) Document any intentionally unfinished parts or known issues within this PR

Functional Testing:

  • TBD

@callinmullaney callinmullaney self-assigned this Sep 15, 2025
@callinmullaney callinmullaney added the 🚧 Work in Progress The PR is a work in progress. label Sep 15, 2025
"tokens:transform": "token-transformer ./src/tokens/figma.tokens.json ./src/tokens/transformed.tokens.json",
"twatch": "jest --no-coverage --watch --verbose",
"webpack": "webpack --watch --config node_modules/@emulsify/core/config/webpack/webpack.dev.js"
"vite": "vite build --watch --config node_modules/@emulsify/core/config/vite/vite.config.js",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comma

Suggested change
"vite": "vite build --watch --config node_modules/@emulsify/core/config/vite/vite.config.js",
"vite": "vite build --watch --config node_modules/@emulsify/core/config/vite/vite.config.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚧 Work in Progress The PR is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants