-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from tokens-studio/prebundle-postcss-utils
fix: prebundle CJS-only dependency to ESM
- Loading branch information
Showing
7 changed files
with
46 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@tokens-studio/sd-transforms': patch | ||
--- | ||
|
||
No longer need to commit to using @rollup/plugin-commonjs. We prebundle the dependency that is CJS-only so users don't need to worry about it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
node_modules | ||
coverage/ | ||
## editors | ||
/.idea | ||
/.vscode | ||
/*.code-workspace | ||
/.history | ||
|
||
## system files | ||
.DS_Store | ||
|
||
## npm/yarn | ||
node_modules/ | ||
npm-debug.log | ||
|
||
## temp folders | ||
/coverage/ | ||
|
||
index.cjs | ||
src/postcss-calc-ast-parser.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ npm-debug.log | |
## temp folders | ||
/coverage/ | ||
|
||
index.cjs | ||
index.cjs | ||
src/postcss-calc-ast-parser.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## editors | ||
/.idea | ||
/.vscode | ||
/*.code-workspace | ||
/.history | ||
|
||
## system files | ||
.DS_Store | ||
|
||
## npm/yarn | ||
node_modules/ | ||
npm-debug.log | ||
|
||
## temp folders | ||
/coverage/ | ||
|
||
index.cjs | ||
src/postcss-calc-ast-parser.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters