Skip to content

Commit

Permalink
fix: use ESM imports in CLI (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn authored Jan 13, 2025
1 parent c4f9492 commit 95caddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
import fs from 'fs/promises';
import path from 'path';
const { utils } = require('@stylexjs/shared');
import { utils } from '@stylexjs/shared';

const hash = utils.hash;

Expand Down

0 comments on commit 95caddc

Please sign in to comment.