Skip to content

Commit

Permalink
[vite] Pass down transformLibraries (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Jul 9, 2024
1 parent 4c6b2db commit aff3df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# fetch all tags which are required for `pnpm release:changelog`
fetch-depth: 0
- name: Set up pnpm
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
uses: pnpm/action-setup@v4
- name: Use Node.js 18.x
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down
1 change: 1 addition & 0 deletions packages/pigment-css-vite-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export function pigment(options: PigmentOptions) {
themeArgs: {
theme,
},
transformLibraries: finalTransformLibraries,
preprocessor: preprocessor ?? withRtl,
babelOptions: {
...babelOptions,
Expand Down

0 comments on commit aff3df4

Please sign in to comment.