Skip to content

Commit

Permalink
docs: add note to v4 migration guide about node 18 min version (#1324)
Browse files Browse the repository at this point in the history
Fixes #1191 #1304
  • Loading branch information
adamstankiewicz authored Sep 9, 2024
1 parent a731a79 commit 0cf8102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/content/docs/version-4/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Version 4 of Style-Dictionary comes with a good amount of breaking changes compa
In this document, we will outline those breaking changes, ordered from most impactful to least.
Before and after examples are added to enable you to adjust your code to account for the changes.

:::note
**Important:** Version 4 of Style Dictionary requires Node.js 18+.
:::

## ES Modules instead of CommonJS

There are different ways to write JavaScript, NodeJS came up with CommonJS format and later browsers brought ES Modules format which NodeJS also supports.
Expand Down

0 comments on commit 0cf8102

Please sign in to comment.