You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/unplugin-typia/README.md
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,25 +191,10 @@ Examples:
191
191
<details>
192
192
<summary>Webpack</summary><br>
193
193
194
-
> ⚠️ Note: Currently, this plugin works only with 'esm' target.
195
-
196
-
> If you want to use 'cjs' target on Node < 20.17.0 , please use with [`jiti`](https://github.com/unjs/jiti).
197
-
> If you want to use 'cjs' target on Node >= 20.17.0, please use with `require` and enable [`--experimental-require-modules` flag](https://github.com/nodejs/node/pull/51977).
198
-
> If you want to use 'esm' target, don't worry! You can use this plugin without any additional setup.
Copy file name to clipboardExpand all lines: packages/unplugin-typia/src/webpack.ts
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,10 @@ import unplugin from './core/index.js';
9
9
/**
10
10
* Webpack plugin
11
11
*
12
-
* Currently, this plugin works only with 'esm' target.
13
-
*
14
-
* If you want to use 'cjs' target on Node < 20.17.0 , please use with [`jiti`](https://github.com/unjs/jiti).
15
-
* If you want to use 'cjs' target on Node >= 20.17.0, please use with `require` and enable [`--experimental-require-modules` flag](https://github.com/nodejs/node/pull/51977).
16
-
* If you want to use 'esm' target, don't worry! You can use this plugin without any additional setup.
17
-
*
18
-
* Refer this issue https://github.com/samchon/typia/issues/1094
0 commit comments