Skip to content

Commit

Permalink
Merge pull request #11 from SevereCloud/patch-1
Browse files Browse the repository at this point in the history
fix: preset.js is esm (node 22.12.0)
  • Loading branch information
valentinpalkovic authored Dec 30, 2024
2 parents 9d0b28d + 70a8e63 commit 62ffcdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion preset.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
module.exports = require('./dist/preset.cjs');
import preset from "./dist/preset.cjs";
export default preset;

0 comments on commit 62ffcdc

Please sign in to comment.