Skip to content

Commit 2c82f1f

Browse files
committed
feat(babel): add 'intlayer' and '@intlayer/core' to PACKAGE_LIST for enhanced plugin functionality
1 parent b0f4196 commit 2c82f1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@intlayer/babel/src/babel-plugin-intlayer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import { dirname, join, relative } from 'node:path';
66
/* ────────────────────────────────────────── constants ───────────────────── */
77

88
const PACKAGE_LIST = [
9+
'intlayer',
10+
'@intlayer/core',
911
'react-intlayer',
1012
'react-intlayer/client',
1113
'react-intlayer/server',

0 commit comments

Comments
 (0)