Use CommonJS exports in babel config

This commit is contained in:
Aman Varshney
2025-05-04 13:56:26 +05:30
parent 817e471dd4
commit 1695185db1
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
Use CommonJS exports in babel config

View File

@@ -1,4 +1,4 @@
export default function (api) {
module.exports = function (api) {
api.cache(true);
const plugins = [];